diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2011-05-01 10:35:55 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@ti.com> | 2011-06-08 14:52:17 -0400 |
commit | 2763f45d40028721e8994d7cefa5df73727469c0 (patch) | |
tree | 44326e6f8dc47c854c302786700b0323560d39ab /sound/soc/codecs/twl6040.c | |
parent | 68d1c4a73c424061d0de760e04387e3e731c7da4 (diff) |
ASoC: twl6040 - According to TWL6040 specification, gain start at 6dB and not -6dB.
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
-rw-r--r-- | 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 4c336636d4f5..cd63bba623df 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); | |||
954 | 954 | ||
955 | /* | 955 | /* |
956 | * MICGAIN volume control: | 956 | * MICGAIN volume control: |
957 | * from -6 to 30 dB in 6 dB steps | 957 | * from 6 to 30 dB in 6 dB steps |
958 | */ | 958 | */ |
959 | static DECLARE_TLV_DB_SCALE(mic_amp_tlv, -600, 600, 0); | 959 | static DECLARE_TLV_DB_SCALE(mic_amp_tlv, 600, 600, 0); |
960 | 960 | ||
961 | /* | 961 | /* |
962 | * AFMGAIN volume control: | 962 | * AFMGAIN volume control: |