[PATCH] powerpc: Fix sound driver use of i2c
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 8 Feb 2006 04:04:18 +0000 (15:04 +1100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Feb 2006 04:33:36 +0000 (20:33 -0800)
commit367636e8a9ef250d5b255f9d299e1c27cb3d7ea3
tree19a8a96154d2a318a2dbd02d5dfab8530e0b8606
parentfe69102188cde0700cddd8d4cda0b77d68284884
[PATCH] powerpc: Fix sound driver use of i2c

The PowerMac sound drivers used to rely on a "bug" of the i2c-keywest
driver that implemented I2C_SMBUS_BLOCK_DATA incorrectly, that is it did
what I2C_SMBUS_I2C_BLOCK_DATA should have done. The new i2c-powermac
driver that replaces keywest has this bug fixed, thus the sound drivers
must be fixed too.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
sound/oss/dmasound/tas_common.h
sound/ppc/pmac.c
sound/ppc/tumbler.c