diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/max98088.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98088.c b/sound/soc/codecs/max98088.c index ccde1ec3ce88..a905182f6193 100644 --- a/sound/soc/codecs/max98088.c +++ b/sound/soc/codecs/max98088.c @@ -857,6 +857,7 @@ static const struct snd_kcontrol_new max98088_snd_controls[] = { SOC_SINGLE("THD Limiter Threshold", M98088_REG_46_THDLMT_CFG, 4, 15, 0), SOC_SINGLE("THD Limiter Time", M98088_REG_46_THDLMT_CFG, 0, 7, 0), + SOC_SINGLE("Digital Mic Enable", M98088_REG_48_CFG_MIC, 4, 3, 0), }; /* Left speaker mixer switch */ |