mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
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>
This commit is contained in:
parent
68d1c4a73c
commit
2763f45d40
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user