commit | 367636e8a9ef250d5b255f9d299e1c27cb3d7ea3 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Feb 08 15:04:18 2006 +1100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 07 20:33:36 2006 -0800 |
tree | 19a8a96154d2a318a2dbd02d5dfab8530e0b8606 | |
parent | fe69102188cde0700cddd8d4cda0b77d68284884 [diff] |
[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>