aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/wcd9335.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-11-30 16:05:07 +0000
committerMark Brown <broonie@kernel.org>2020-11-30 16:05:07 +0000
commite5879d988291a964a87c4868057dc989d901eea0 (patch)
tree465bb757245f6c9050315d8aae61ad081affc676 /sound/soc/codecs/wcd9335.c
parentMerge series "ASoC: SOF: Intel: fix ICL boot sequence" from Kai Vehmanen <kai.vehmanen@linux.intel.com>: (diff)
parentMerge series "ASoC: amd: Minor fixes for error handling" from Takashi Iwai <tiwai@suse.de>: (diff)
downloadwireguard-linux-e5879d988291a964a87c4868057dc989d901eea0.tar.xz
wireguard-linux-e5879d988291a964a87c4868057dc989d901eea0.zip
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.11
Diffstat (limited to 'sound/soc/codecs/wcd9335.c')
-rw-r--r--sound/soc/codecs/wcd9335.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd9335.c b/sound/soc/codecs/wcd9335.c
index 843c311ea79e..9ddfed797b7e 100644
--- a/sound/soc/codecs/wcd9335.c
+++ b/sound/soc/codecs/wcd9335.c
@@ -618,7 +618,7 @@ static const char * const sb_tx8_mux_text[] = {
"ZERO", "RX_MIX_TX8", "DEC8", "DEC8_192"
};
-static const DECLARE_TLV_DB_SCALE(digital_gain, 0, 1, 0);
+static const DECLARE_TLV_DB_SCALE(digital_gain, -8400, 100, -8400);
static const DECLARE_TLV_DB_SCALE(line_gain, 0, 7, 1);
static const DECLARE_TLV_DB_SCALE(analog_gain, 0, 25, 1);
static const DECLARE_TLV_DB_SCALE(ear_pa_gain, 0, 150, 0);