diff mbox

ASoC: AM3517: Update codec name after multi-component update

Message ID 1299598363-32656-1-git-send-email-abhilash.kv@ti.com (mailing list archive)
State Awaiting Upstream, archived
Headers show

Commit Message

Koyamangalath, Abhilash March 8, 2011, 3:32 p.m. UTC
None
diff mbox

Patch

diff --git a/sound/soc/omap/am3517evm.c b/sound/soc/omap/am3517evm.c
index 979dd50..ddbd2a1 100644
--- a/sound/soc/omap/am3517evm.c
+++ b/sound/soc/omap/am3517evm.c
@@ -139,7 +139,7 @@  static struct snd_soc_dai_link am3517evm_dai = {
 	.cpu_dai_name ="omap-mcbsp-dai.0",
 	.codec_dai_name = "tlv320aic23-hifi",
 	.platform_name = "omap-pcm-audio",
-	.codec_name = "tlv320aic23-codec",
+	.codec_name = "tlv320aic23-codec.2-001a",
 	.init = am3517evm_aic23_init,
 	.ops = &am3517evm_ops,
 };