summaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/tegra_alc5632.c
diff options
context:
space:
mode:
authorLeon Romanovsky <leon@leon.nu>2012-02-13 21:27:36 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-02-13 11:37:35 -0800
commitdd7d3a2417ba3358dfeb10c085c4d38035d352d4 (patch)
tree3c2bccce461a9fbb9a4ceb439e0cde170602fd35 /sound/soc/tegra/tegra_alc5632.c
parente85b26ce3a4cda67262ae6f7d918a63fd4dc153c (diff)
downloadlinux-dd7d3a2417ba3358dfeb10c085c4d38035d352d4.tar.bz2
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.c1
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[] = {