* [PATCH] ASoC: twl6040 - According to TWL6040 specification, gain start at 6dB and not -6dB.
@ 2011-06-07 15:23 Liam Girdwood
2011-06-07 15:29 ` Mark Brown
0 siblings, 1 reply; 3+ messages in thread
From: Liam Girdwood @ 2011-06-07 15:23 UTC (permalink / raw)
To: Mark Brown; +Cc: Ricardo Neri, alsa-devel, Liam Girdwood
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
---
sound/soc/codecs/twl6040.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 4c33663..cd63bba 100644
--- a/sound/soc/codecs/twl6040.c
+++ b/sound/soc/codecs/twl6040.c
@@ -954,9 +954,9 @@ static DECLARE_TLV_DB_SCALE(mic_preamp_tlv, -600, 600, 0);
/*
* MICGAIN volume control:
- * from -6 to 30 dB in 6 dB steps
+ * from 6 to 30 dB in 6 dB steps
*/
-static DECLARE_TLV_DB_SCALE(mic_amp_tlv, -600, 600, 0);
+static DECLARE_TLV_DB_SCALE(mic_amp_tlv, 600, 600, 0);
/*
* AFMGAIN volume control:
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: twl6040 - According to TWL6040 specification, gain start at 6dB and not -6dB.
2011-06-07 15:23 [PATCH] ASoC: twl6040 - According to TWL6040 specification, gain start at 6dB and not -6dB Liam Girdwood
@ 2011-06-07 15:29 ` Mark Brown
2011-06-07 15:31 ` Liam Girdwood
0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2011-06-07 15:29 UTC (permalink / raw)
To: Liam Girdwood; +Cc: Ricardo Neri, alsa-devel
On Tue, Jun 07, 2011 at 04:23:44PM +0100, Liam Girdwood wrote:
> Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
but is git missing a From?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: twl6040 - According to TWL6040 specification, gain start at 6dB and not -6dB.
2011-06-07 15:29 ` Mark Brown
@ 2011-06-07 15:31 ` Liam Girdwood
0 siblings, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2011-06-07 15:31 UTC (permalink / raw)
To: Mark Brown; +Cc: Neri, Ricardo, alsa-devel@alsa-project.org
On 07/06/11 16:29, Mark Brown wrote:
> On Tue, Jun 07, 2011 at 04:23:44PM +0100, Liam Girdwood wrote:
>> Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
>
> Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
>
> but is git missing a From?
Hmm, yes looks like it. I'll fix that up for Ricardo.
Liam
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-07 15:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 15:23 [PATCH] ASoC: twl6040 - According to TWL6040 specification, gain start at 6dB and not -6dB Liam Girdwood
2011-06-07 15:29 ` Mark Brown
2011-06-07 15:31 ` 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).