]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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)
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>

No differences found