mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 20:40:53 +07:00
ASoC: wm5102: Add inputs for noise and mic mixers
The noise and mic mixer inputs were not connected, do so. Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
40843aea5a
commit
3efd8a6f1a
@ -1423,9 +1423,6 @@ static const struct snd_soc_dapm_route wm5102_dapm_routes[] = {
|
||||
{ "Tone Generator 1", NULL, "TONE" },
|
||||
{ "Tone Generator 2", NULL, "TONE" },
|
||||
|
||||
{ "Mic Mute Mixer", NULL, "Noise Mixer" },
|
||||
{ "Mic Mute Mixer", NULL, "Mic Mixer" },
|
||||
|
||||
{ "AIF1 Capture", NULL, "AIF1TX1" },
|
||||
{ "AIF1 Capture", NULL, "AIF1TX2" },
|
||||
{ "AIF1 Capture", NULL, "AIF1TX3" },
|
||||
@ -1552,6 +1549,9 @@ static const struct snd_soc_dapm_route wm5102_dapm_routes[] = {
|
||||
ARIZONA_MIXER_ROUTES("LHPF3", "LHPF3"),
|
||||
ARIZONA_MIXER_ROUTES("LHPF4", "LHPF4"),
|
||||
|
||||
ARIZONA_MIXER_ROUTES("Mic Mute Mixer", "Noise"),
|
||||
ARIZONA_MIXER_ROUTES("Mic Mute Mixer", "Mic"),
|
||||
|
||||
ARIZONA_MUX_ROUTES("ASRC1L", "ASRC1L"),
|
||||
ARIZONA_MUX_ROUTES("ASRC1R", "ASRC1R"),
|
||||
ARIZONA_MUX_ROUTES("ASRC2L", "ASRC2L"),
|
||||
|
Loading…
Reference in New Issue
Block a user