diff options
author | Leon Romanovsky <leon@leon.nu> | 2012-02-13 14:27:36 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-13 14:37:35 -0500 |
commit | dd7d3a2417ba3358dfeb10c085c4d38035d352d4 (patch) | |
tree | 3c2bccce461a9fbb9a4ceb439e0cde170602fd35 /sound/soc/tegra/tegra_alc5632.c | |
parent | e85b26ce3a4cda67262ae6f7d918a63fd4dc153c (diff) |
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[] = { | |||
102 | SND_SOC_DAPM_SPK("Int Spk", NULL), | 102 | SND_SOC_DAPM_SPK("Int Spk", NULL), |
103 | SND_SOC_DAPM_HP("Headset Stereophone", NULL), | 103 | SND_SOC_DAPM_HP("Headset Stereophone", NULL), |
104 | SND_SOC_DAPM_MIC("Headset Mic", NULL), | 104 | SND_SOC_DAPM_MIC("Headset Mic", NULL), |
105 | SND_SOC_DAPM_MIC("Digital Mic", NULL), | ||
105 | }; | 106 | }; |
106 | 107 | ||
107 | static const struct snd_kcontrol_new tegra_alc5632_controls[] = { | 108 | static const struct snd_kcontrol_new tegra_alc5632_controls[] = { |