diff options
author | ScottPeterson <speterson@nvidia.com> | 2011-07-29 17:00:49 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-08-01 18:40:12 -0700 |
commit | f1f1d3c64e4107561fb1cbc4250a67e714a6b7d4 (patch) | |
tree | 5e475d9fdf3c819d8bc5e6faafb54823d95f5984 /sound | |
parent | d9d9621338b9779caa960ad4ec8699fac5c33152 (diff) |
asoc:tegra: Add digital mic control
Add a control to the max89088 driver to
control enabling the digital mic.
Change-Id: Idd654a8c7bd369e3d5d0b4166ebf1fe9084d52d1
Reviewed-on: http://git-master/r/44145
Tested-by: Scott Peterson <speterson@nvidia.com>
Reviewed-by: Scott Peterson <speterson@nvidia.com>
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 */ |