diff options
author | Leon Romanovsky <leon@leon.nu> | 2012-02-13 20:27:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-13 20:37:35 +0100 |
commit | dd7d3a2417ba3358dfeb10c085c4d38035d352d4 (patch) | |
tree | 3c2bccce461a9fbb9a4ceb439e0cde170602fd35 /sound/soc/tegra/tegra_alc5632.c | |
parent | ASoC: wm8994: Actively discharge VMID when not in use (diff) | |
download | linux-dd7d3a2417ba3358dfeb10c085c4d38035d352d4.tar.xz linux-dd7d3a2417ba3358dfeb10c085c4d38035d352d4.zip |
ASoC: tegra+alc5632: Added digital microphone DAPM widget.
ALC5632 codec supports digital microphone. This patch adds DAPM widget.
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra_alc5632.c')
-rw-r--r-- | sound/soc/tegra/tegra_alc5632.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c index c000f51c2ffe..2a27725cc9b1 100644 --- a/sound/soc/tegra/tegra_alc5632.c +++ b/sound/soc/tegra/tegra_alc5632.c @@ -102,6 +102,7 @@ static const struct snd_soc_dapm_widget tegra_alc5632_dapm_widgets[] = { SND_SOC_DAPM_SPK("Int Spk", NULL), SND_SOC_DAPM_HP("Headset Stereophone", NULL), SND_SOC_DAPM_MIC("Headset Mic", NULL), + SND_SOC_DAPM_MIC("Digital Mic", NULL), }; static const struct snd_kcontrol_new tegra_alc5632_controls[] = { |