summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2012-12-06 13:01:50 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2012-12-06 14:19:27 -0700
commite961b2e524f58d06da7fec01a9fe2800fed7a9bc (patch)
treed0c1f6c9a92770a26421d884406d7e48b810d896
parent50aa49f52436bde67a81cf137618fa00b367c523 (diff)
sgtl5000: microphone gain only has 2-bits of resolution, so max is 3
-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 fd055146192d..384ce8d3d617 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -602,7 +602,7 @@ static const struct snd_kcontrol_new sgtl5000_snd_controls[] = {
5, 1, 0),
SOC_SINGLE_TLV("Mic Volume", SGTL5000_CHIP_MIC_CTRL,
- 0, 4, 0, mic_gain_tlv),
+ 0, 3, 0, mic_gain_tlv),
/* Bass Enhance enable */
SOC_SINGLE("Bass Enable", SGTL5000_DAP_BASS_ENHANCE,