diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-11-05 18:19:32 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-11-05 18:19:32 +0100 |
commit | a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b (patch) | |
tree | 5c10278fcab319140d55b0e6faa726667c7f1c35 /sound/soc/codecs/wcd934x.c | |
parent | 0938ecae432e7ac8b01080c35dd81d50a1e43033 (diff) | |
parent | f9d7c6eb23f7e55e7a0ca5451da06909bdfdd0e4 (diff) | |
download | lwn-a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b.tar.gz lwn-a6c96672a64f4f0e1bac9f37b5bb57d8ab551b4b.zip |
Merge tag 'asoc-fix-v5.10-rc2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v5.10
A batch of driver specific fixes that have come up since the merge
window, nothing particularly major here but all good to have.
Diffstat (limited to 'sound/soc/codecs/wcd934x.c')
-rw-r--r-- | sound/soc/codecs/wcd934x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c index 35697b072367..40f682f5dab8 100644 --- a/sound/soc/codecs/wcd934x.c +++ b/sound/soc/codecs/wcd934x.c @@ -551,7 +551,7 @@ struct wcd_iir_filter_ctl { struct soc_bytes_ext bytes_ext; }; -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); |