ASoC: AM3517: Update codec name after multi-component update
authorAbhilash K V <abhilash.kv@ti.com>
Tue, 8 Mar 2011 15:32:43 +0000 (21:02 +0530)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Wed, 9 Mar 2011 11:48:55 +0000 (11:48 +0000)
commitffd6eae2a0d18ca4a741615292a9c9ce904307fb
treeba925c2ae73fb3ead7900e27c79786679b0ddf6a
parent04d286819ba499839d04cbf847f2ea28d5cf4296
ASoC: AM3517: Update codec name after multi-component update

The i2c client device name (".2-001a" in this case, including
the separator period) for the AIC23 codec on the TI AM3517-EVM
was appended to the codec_name member of am3517evm_dai to
resolve the names mismatch happening in soc_bind_dai_link(),
due to which the card was not getting registered.

Signed-off-by: Abhilash K V <abhilash.kv@ti.com>
Acked-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/omap/am3517evm.c