ASoC: Fix incorrect DSP format in OMAP McBSP DAI and affected drivers
authorJarkko Nikula <jarkko.nikula@nokia.com>
Mon, 22 Dec 2008 08:21:36 +0000 (10:21 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 22 Dec 2008 16:15:20 +0000 (16:15 +0000)
commitbd25867a6cbe7a00ef7dbe8d9ddebc91b00b9b3f
tree0c462686869a0b46d81b7e38e01e7b7987ab2986
parenta31501d1041c9d0a6c3f520736ae2b2fa081493a
ASoC: Fix incorrect DSP format in OMAP McBSP DAI and affected drivers

- OMAP McBSP DAI driver claims to support DSP_A format which has 1-bit data
  delay but configures link for 0-bit data delay which is in fact DSP_B
- Fix this by changing format from DSP_A to DSP_B
- Fix also TLV320AIC23 codec and OSK5912 machine drivers since the same
  error is populated also there

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Acked-by: Arun KS <arunks@mistralsolutions.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/tlv320aic23.c
sound/soc/omap/omap-mcbsp.c
sound/soc/omap/osk5912.c