summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sgtl5000.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-11-23 17:07:16 +0100
committerTakashi Iwai <tiwai@suse.de>2011-11-23 17:07:16 +0100
commit77088cc97315e9bc713e335fb082ad26d065a4cf (patch)
treede3598d0d4d6cab29e7b7d7e65cfa9f999f41c8e /sound/soc/codecs/sgtl5000.c
parentALSA: hda/realtek - Fix missing inits of item indices for auto-mic (diff)
parentASoC: Ensure WM8731 register cache is synced when resuming from disabled (diff)
downloadlinux-77088cc97315e9bc713e335fb082ad26d065a4cf.tar.xz
linux-77088cc97315e9bc713e335fb082ad26d065a4cf.zip
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/sgtl5000.c')
-rw-r--r--sound/soc/codecs/sgtl5000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
index d15695d1c273..bbcf921166f7 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -365,7 +365,7 @@ static const DECLARE_TLV_DB_SCALE(capture_6db_attenuate, -600, 600, 0);
/* tlv for mic gain, 0db 20db 30db 40db */
static const unsigned int mic_gain_tlv[] = {
- TLV_DB_RANGE_HEAD(4),
+ TLV_DB_RANGE_HEAD(2),
0, 0, TLV_DB_SCALE_ITEM(0, 0, 0),
1, 3, TLV_DB_SCALE_ITEM(2000, 1000, 0),
};