diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-02-25 15:24:17 -0800 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2016-02-25 15:24:51 -0800 |
commit | 766ad79ad25cc79435a237bc42e6a5b2032a9466 (patch) | |
tree | cccfe398ea1701ce1eab132676e19f30c12ae7c3 | |
parent | c56482b2363615d35a9f4241c0e9069c69085536 (diff) |
ASoC: wm9712: remove unused DAPM widgets
Remove DAPM widgets which are not used. It seems they have never
been used, so won't be missed by anybody. This fixes two kernel log
errors:
wm9712-codec wm9712-codec: ASoC: mux Differential Source has no paths
wm9712-codec wm9712-codec: ASoC: mux Capture Phone Mux has no paths
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
-rw-r--r-- | sound/soc/codecs/wm9712.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sound/soc/codecs/wm9712.c b/sound/soc/codecs/wm9712.c index 488a92224249..2995f0cda7ec 100644 --- a/sound/soc/codecs/wm9712.c +++ b/sound/soc/codecs/wm9712.c @@ -326,8 +326,6 @@ SND_SOC_DAPM_MUX("Out3 Mux", SND_SOC_NOPM, 0, 0, &wm9712_out3_mux_controls), SND_SOC_DAPM_MUX("Speaker Mux", SND_SOC_NOPM, 0, 0, &wm9712_spk_mux_controls), -SND_SOC_DAPM_MUX("Capture Phone Mux", SND_SOC_NOPM, 0, 0, - &wm9712_capture_phone_mux_controls), SND_SOC_DAPM_MUX("Left Capture Select", SND_SOC_NOPM, 0, 0, &wm9712_capture_selectl_controls), SND_SOC_DAPM_MUX("Right Capture Select", SND_SOC_NOPM, 0, 0, @@ -336,8 +334,6 @@ SND_SOC_DAPM_MUX("Left Mic Select Source", SND_SOC_NOPM, 0, 0, &wm9712_mic_src_controls), SND_SOC_DAPM_MUX("Right Mic Select Source", SND_SOC_NOPM, 0, 0, &wm9712_mic_src_controls), -SND_SOC_DAPM_MUX("Differential Source", SND_SOC_NOPM, 0, 0, - &wm9712_diff_sel_controls), SND_SOC_DAPM_MIXER("AC97 Mixer", SND_SOC_NOPM, 0, 0, NULL, 0), SND_SOC_DAPM_MIXER("Left HP Mixer", AC97_INT_PAGING, 9, 1, &wm9712_hpl_mixer_controls[0], ARRAY_SIZE(wm9712_hpl_mixer_controls)), |