Browse Source

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>
Leon Romanovsky 13 years ago
parent
commit
dd7d3a2417
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/tegra/tegra_alc5632.c

+ 1 - 0
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[] = {