From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] davinci: da8xx/omap-l1xx: match codec_name with i2c ids Date: Mon, 24 Jan 2011 15:00:57 -0800 Message-ID: <8739oh6h5i.fsf@ti.com> References: <1295619896-5498-1-git-send-email-sudhakar.raj@ti.com> <1295620708.3348.233.camel@odin> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1295620708.3348.233.camel@odin> (Liam Girdwood's message of "Fri, 21 Jan 2011 14:38:28 +0000") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: stable-bounces@linux.kernel.org Errors-To: stable-bounces@linux.kernel.org To: Liam Girdwood Cc: davinci-linux-open-source@linux.davincidsp.com, "Rajashekhara, Sudhakar" , alsa-devel@alsa-project.org, dansharon@nanometrics.ca, stable@kernel.org, linux-arm-kernel@lists.infradead.org List-Id: alsa-devel@alsa-project.org Liam Girdwood writes: > On Fri, 2011-01-21 at 19:54 +0530, Rajashekhara, Sudhakar wrote: >> The codec_name entry for da8xx evm in sound/soc/davinci/davinci-evm.c >> is not matching with the i2c ids in the board file. Without this fix the >> soundcard does not get detected on da850/omap-l138/am18x evm. >> >> Signed-off-by: Rajashekhara, Sudhakar >> Tested-by: Dan Sharon >> --- >> This patch applies to Linus's kernel tree. >> >> sound/soc/davinci/davinci-evm.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c >> index 0c2d6ba..b36f0b3 100644 >> --- a/sound/soc/davinci/davinci-evm.c >> +++ b/sound/soc/davinci/davinci-evm.c >> @@ -223,7 +223,7 @@ static struct snd_soc_dai_link da8xx_evm_dai = { >> .stream_name = "AIC3X", >> .cpu_dai_name= "davinci-mcasp.0", >> .codec_dai_name = "tlv320aic3x-hifi", >> - .codec_name = "tlv320aic3x-codec.0-001a", >> + .codec_name = "tlv320aic3x-codec.1-0018", >> .platform_name = "davinci-pcm-audio", >> .init = evm_aic3x_init, >> .ops = &evm_ops, > > Acked-by: Liam Girdwood Liam, I'm assuming you'll merge this one via the ASoC tree? Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Mon, 24 Jan 2011 15:00:57 -0800 Subject: [PATCH] davinci: da8xx/omap-l1xx: match codec_name with i2c ids In-Reply-To: <1295620708.3348.233.camel@odin> (Liam Girdwood's message of "Fri, 21 Jan 2011 14:38:28 +0000") References: <1295619896-5498-1-git-send-email-sudhakar.raj@ti.com> <1295620708.3348.233.camel@odin> Message-ID: <8739oh6h5i.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Liam Girdwood writes: > On Fri, 2011-01-21 at 19:54 +0530, Rajashekhara, Sudhakar wrote: >> The codec_name entry for da8xx evm in sound/soc/davinci/davinci-evm.c >> is not matching with the i2c ids in the board file. Without this fix the >> soundcard does not get detected on da850/omap-l138/am18x evm. >> >> Signed-off-by: Rajashekhara, Sudhakar >> Tested-by: Dan Sharon >> --- >> This patch applies to Linus's kernel tree. >> >> sound/soc/davinci/davinci-evm.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c >> index 0c2d6ba..b36f0b3 100644 >> --- a/sound/soc/davinci/davinci-evm.c >> +++ b/sound/soc/davinci/davinci-evm.c >> @@ -223,7 +223,7 @@ static struct snd_soc_dai_link da8xx_evm_dai = { >> .stream_name = "AIC3X", >> .cpu_dai_name= "davinci-mcasp.0", >> .codec_dai_name = "tlv320aic3x-hifi", >> - .codec_name = "tlv320aic3x-codec.0-001a", >> + .codec_name = "tlv320aic3x-codec.1-0018", >> .platform_name = "davinci-pcm-audio", >> .init = evm_aic3x_init, >> .ops = &evm_ops, > > Acked-by: Liam Girdwood Liam, I'm assuming you'll merge this one via the ASoC tree? Kevin