Commit 7564463c authored by Mark Brown's avatar Mark Brown

ASoC: Add support for on-board analogue microphones on Speyside WM8962

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 086d7f80
......@@ -141,6 +141,7 @@ static struct snd_soc_dapm_widget widgets[] = {
SND_SOC_DAPM_MIC("Headset Mic", NULL),
SND_SOC_DAPM_MIC("DMIC", NULL),
SND_SOC_DAPM_MIC("AMIC", NULL),
SND_SOC_DAPM_SPK("Main Speaker", NULL),
};
......@@ -156,6 +157,10 @@ static struct snd_soc_dapm_route audio_paths[] = {
{ "IN4L", NULL, "Headset Mic" },
{ "IN4R", NULL, "Headset Mic" },
{ "AMIC", NULL, "MICBIAS" },
{ "IN1L", NULL, "AMIC" },
{ "IN1R", NULL, "AMIC" },
{ "DMIC", NULL, "MICBIAS" },
{ "DMICDAT", NULL, "DMIC" },
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment