From: Leon Romanovsky Date: Mon, 13 Feb 2012 19:27:36 +0000 (+0200) Subject: ASoC: tegra+alc5632: Added digital microphone DAPM widget. X-Git-Tag: firefly_0821_release~3680^2~2691^2~52^2~25^2~106 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd7d3a2417ba3358dfeb10c085c4d38035d352d4;p=firefly-linux-kernel-4.4.55.git ASoC: tegra+alc5632: Added digital microphone DAPM widget. ALC5632 codec supports digital microphone. This patch adds DAPM widget. Signed-off-by: Leon Romanovsky Signed-off-by: Mark Brown --- 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[] = {