mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
ASoC: ad193x: Remove non-functional DAPM route controls
DAPM route controls only take effect on paths where the sink is a mixer or a mux, furthermore the control must be a control assigned to the mixer or mux. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
c4e7a4a276
commit
b21990b47d
@ -90,12 +90,12 @@ static const struct snd_soc_dapm_route audio_paths[] = {
|
|||||||
{ "ADC", NULL, "PLL_PWR" },
|
{ "ADC", NULL, "PLL_PWR" },
|
||||||
{ "DAC", NULL, "ADC_PWR" },
|
{ "DAC", NULL, "ADC_PWR" },
|
||||||
{ "ADC", NULL, "ADC_PWR" },
|
{ "ADC", NULL, "ADC_PWR" },
|
||||||
{ "DAC1OUT", "DAC1 Switch", "DAC" },
|
{ "DAC1OUT", NULL, "DAC" },
|
||||||
{ "DAC2OUT", "DAC2 Switch", "DAC" },
|
{ "DAC2OUT", NULL, "DAC" },
|
||||||
{ "DAC3OUT", "DAC3 Switch", "DAC" },
|
{ "DAC3OUT", NULL, "DAC" },
|
||||||
{ "DAC4OUT", "DAC4 Switch", "DAC" },
|
{ "DAC4OUT", NULL, "DAC" },
|
||||||
{ "ADC", "ADC1 Switch", "ADC1IN" },
|
{ "ADC", NULL, "ADC1IN" },
|
||||||
{ "ADC", "ADC2 Switch", "ADC2IN" },
|
{ "ADC", NULL, "ADC2IN" },
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user