* [PATCH] ASoC: AM3517: Update codec name after multi-component update
@ 2011-03-08 15:32 Abhilash K V
2011-03-08 15:34 ` Mark Brown
2011-03-09 11:55 ` Liam Girdwood
0 siblings, 2 replies; 3+ messages in thread
From: Abhilash K V @ 2011-03-08 15:32 UTC (permalink / raw)
To: linux-omap, alsa-devel, linux-kernel
Cc: jhnikula, lrg, broonie, perex, tiwai, Abhilash K V
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>
---
sound/soc/omap/am3517evm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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,
};
--
1.6.2.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: AM3517: Update codec name after multi-component update
2011-03-08 15:32 [PATCH] ASoC: AM3517: Update codec name after multi-component update Abhilash K V
@ 2011-03-08 15:34 ` Mark Brown
2011-03-09 11:55 ` Liam Girdwood
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-03-08 15:34 UTC (permalink / raw)
To: Abhilash K V; +Cc: alsa-devel, tiwai, linux-kernel, linux-omap, lrg
On Tue, Mar 08, 2011 at 09:02:43PM +0530, Abhilash K V wrote:
> 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.
Ached-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: AM3517: Update codec name after multi-component update
2011-03-08 15:32 [PATCH] ASoC: AM3517: Update codec name after multi-component update Abhilash K V
2011-03-08 15:34 ` Mark Brown
@ 2011-03-09 11:55 ` Liam Girdwood
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-03-09 11:55 UTC (permalink / raw)
To: Abhilash K V
Cc: linux-omap, alsa-devel, linux-kernel, jhnikula, broonie, perex,
tiwai
On Tue, 2011-03-08 at 21:02 +0530, Abhilash K V wrote:
> 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>
>
> ---
Applied.
Thanks
Liam
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-09 11:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 15:32 [PATCH] ASoC: AM3517: Update codec name after multi-component update Abhilash K V
2011-03-08 15:34 ` Mark Brown
2011-03-09 11:55 ` Liam Girdwood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).