diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2011-11-28 11:28:09 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-28 13:57:47 -0500 |
commit | b21990b47d799152f5039c2873c38622fa7ae0f2 (patch) | |
tree | a14d441fa52f21b54e75af67103877c57add30fe /sound/soc/codecs/ad193x.c | |
parent | c4e7a4a2768aad0bb83988922a164b4a96393713 (diff) |
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>
Diffstat (limited to 'sound/soc/codecs/ad193x.c')
-rw-r--r-- | sound/soc/codecs/ad193x.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/codecs/ad193x.c b/sound/soc/codecs/ad193x.c index 665af5cb257d..c52ebd389c3d 100644 --- a/sound/soc/codecs/ad193x.c +++ b/sound/soc/codecs/ad193x.c | |||
@@ -90,12 +90,12 @@ static const struct snd_soc_dapm_route audio_paths[] = { | |||
90 | { "ADC", NULL, "PLL_PWR" }, | 90 | { "ADC", NULL, "PLL_PWR" }, |
91 | { "DAC", NULL, "ADC_PWR" }, | 91 | { "DAC", NULL, "ADC_PWR" }, |
92 | { "ADC", NULL, "ADC_PWR" }, | 92 | { "ADC", NULL, "ADC_PWR" }, |
93 | { "DAC1OUT", "DAC1 Switch", "DAC" }, | 93 | { "DAC1OUT", NULL, "DAC" }, |
94 | { "DAC2OUT", "DAC2 Switch", "DAC" }, | 94 | { "DAC2OUT", NULL, "DAC" }, |
95 | { "DAC3OUT", "DAC3 Switch", "DAC" }, | 95 | { "DAC3OUT", NULL, "DAC" }, |
96 | { "DAC4OUT", "DAC4 Switch", "DAC" }, | 96 | { "DAC4OUT", NULL, "DAC" }, |
97 | { "ADC", "ADC1 Switch", "ADC1IN" }, | 97 | { "ADC", NULL, "ADC1IN" }, |
98 | { "ADC", "ADC2 Switch", "ADC2IN" }, | 98 | { "ADC", NULL, "ADC2IN" }, |
99 | }; | 99 | }; |
100 | 100 | ||
101 | /* | 101 | /* |