mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 07:23:14 +00:00
ASoC: Add support for on-board analogue microphones on Speyside WM8962
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
086d7f804e
commit
7564463c64
@ -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" },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user