ASoC: mini2440: Fix uda134x codec problem.
authorMarek Belisko <marek.belisko@open-nandra.com>
Wed, 9 Mar 2011 20:46:20 +0000 (21:46 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Mar 2011 18:35:40 +0000 (11:35 -0700)
commite53d1c2854cf47801783569ed156076d6c2b2b3e
tree9d140e064a3de65c20f326a3a7abb8bedddfed65
parentab0190c746a2d9f830c9f25507d78b4e19c5f219
ASoC: mini2440: Fix uda134x codec problem.

commit a110f4ef810ee29d810876df725f41d66629733e upstream.

ASoC audio for mini2440 platform in current kenrel doesn't work.
First problem is samsung_asoc_dma device is missing in initialization.
Next problem is with codec. Codec is initialized but never probed
because no platform_device exist for codec driver. It leads to errors
during codec binding to asoc dai. Next problem was platform data which
was passed from board to asoc main driver but not passed to codec when
called codec_soc_probe().

Following patch should fix issues. But not sure if in correct way.
Please review.

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/arm/mach-s3c2440/mach-mini2440.c
sound/soc/codecs/uda134x.c
sound/soc/samsung/s3c24xx_uda134x.c