]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ALSA: make the CS4270 driver a new-style I2C driver
authorTimur Tabi <timur@freescale.com>
Tue, 29 Jul 2008 21:35:52 +0000 (16:35 -0500)
committerTakashi Iwai <tiwai@suse.de>
Mon, 29 Sep 2008 10:53:18 +0000 (12:53 +0200)
commitec2cd95f340fb07b905839ee219b3846ecf58396
treec161a550a6c7f9a6bc6329d855ef2c9670402b1b
parent24e8fc498e9618338854bfbcf8d1d737e0bf1775
ALSA: make the CS4270 driver a new-style I2C driver

Update the CS4270 ALSA device driver to use the new-style I2C interface.
Starting with the 2.6.27 PowerPC kernel, I2C devices that have entries in the
device trees can no longer be probed by old-style I2C drivers.  The device
tree for Freescale MPC8610 HPCD has included an entry for the CS4270 since
2.6.25, but that entry was previously ignored by the PowerPC I2C subsystem.
Since that's no longer the case, the best solution is to update the CS4270
driver to a new-style interface, rather than try to revert the behavior of
new PowerPC I2C subsystem.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/codecs/cs4270.c