[alsa-devel] [Resend PATCH] ASoC: wm8904: remove redundant code
Bo Shen
voice.shen at atmel.com
Wed Sep 19 07:52:49 CEST 2012
The core_intercon register two times for wm8904
Remove one
Signed-off-by: Bo Shen <voice.shen at atmel.com>
---
sound/soc/codecs/wm8904.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c
index dc4262e..7c8df52 100644
--- a/sound/soc/codecs/wm8904.c
+++ b/sound/soc/codecs/wm8904.c
@@ -1185,8 +1185,6 @@ static int wm8904_add_widgets(struct snd_soc_codec *codec)
snd_soc_dapm_new_controls(dapm, wm8904_dapm_widgets,
ARRAY_SIZE(wm8904_dapm_widgets));
- snd_soc_dapm_add_routes(dapm, core_intercon,
- ARRAY_SIZE(core_intercon));
snd_soc_dapm_add_routes(dapm, adc_intercon,
ARRAY_SIZE(adc_intercon));
snd_soc_dapm_add_routes(dapm, dac_intercon,
--
1.7.9.5
More information about the Alsa-devel
mailing list