* [PATCH] ASoC: AD1836: Fix build error
[not found] <20110607115505.71c9a330.sfr@canb.auug.org.au>
@ 2011-06-07 5:02 ` Lars-Peter Clausen
2011-06-07 8:33 ` Liam Girdwood
2011-06-07 8:49 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Lars-Peter Clausen @ 2011-06-07 5:02 UTC (permalink / raw)
To: Mark Brown, Liam Girdwood
Cc: alsa-devel, device-drivers-devel, linux-kernel, Stephen Rothwell,
Lars-Peter Clausen
Commit f97d0c6d5f94 ("ASoC: AD1836: Add input gain control for ADC2") contained
a typo in the register name, causing a build error. This patch fixes it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
sound/soc/codecs/ad1836.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/ad1836.c b/sound/soc/codecs/ad1836.c
index 1e9a801..e3a9493 100644
--- a/sound/soc/codecs/ad1836.c
+++ b/sound/soc/codecs/ad1836.c
@@ -127,7 +127,7 @@ static const struct snd_soc_dapm_route ad183x_dapm_routes[] = {
static const DECLARE_TLV_DB_SCALE(ad1836_in_tlv, 0, 300, 0);
static const struct snd_kcontrol_new ad1836_controls[] = {
- SOC_DOUBLE_TLV("ADC2 Capture Volume", AD183X_ADC_CTRL1, 3, 0, 4, 0,
+ SOC_DOUBLE_TLV("ADC2 Capture Volume", AD1836_ADC_CTRL1, 3, 0, 4, 0,
ad1836_in_tlv),
};
--
1.7.2.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: AD1836: Fix build error
2011-06-07 5:02 ` [PATCH] ASoC: AD1836: Fix build error Lars-Peter Clausen
@ 2011-06-07 8:33 ` Liam Girdwood
2011-06-07 8:49 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-06-07 8:33 UTC (permalink / raw)
To: Lars-Peter Clausen
Cc: Stephen Rothwell, alsa-devel@alsa-project.org, Mark Brown,
linux-kernel@vger.kernel.org,
device-drivers-devel@blackfin.uclinux.org
On 07/06/11 06:02, Lars-Peter Clausen wrote:
> Commit f97d0c6d5f94 ("ASoC: AD1836: Add input gain control for ADC2") contained
> a typo in the register name, causing a build error. This patch fixes it.
>
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
>
Acked-by: Liam Girdwood <lrg@ti.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: AD1836: Fix build error
2011-06-07 5:02 ` [PATCH] ASoC: AD1836: Fix build error Lars-Peter Clausen
2011-06-07 8:33 ` Liam Girdwood
@ 2011-06-07 8:49 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2011-06-07 8:49 UTC (permalink / raw)
To: Lars-Peter Clausen
Cc: Stephen Rothwell, alsa-devel, Liam Girdwood, device-drivers-devel,
linux-kernel
On Tue, Jun 07, 2011 at 07:02:59AM +0200, Lars-Peter Clausen wrote:
> Commit f97d0c6d5f94 ("ASoC: AD1836: Add input gain control for ADC2") contained
> a typo in the register name, causing a build error. This patch fixes it.
>
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-07 8:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20110607115505.71c9a330.sfr@canb.auug.org.au>
2011-06-07 5:02 ` [PATCH] ASoC: AD1836: Fix build error Lars-Peter Clausen
2011-06-07 8:33 ` Liam Girdwood
2011-06-07 8:49 ` Mark Brown
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).