diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-12 23:15:08 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-12 23:15:08 +0000 |
commit | 0a3f5e35aae43b20fef09fd800cf52cc9a2d61a8 (patch) | |
tree | 2327089c6eb129db38f59b6374002c52d152efce /sound/soc/codecs/wm9081.c | |
parent | c871a05315d1a76034ea06feeda92081e1d608bf (diff) | |
download | op-kernel-dev-0a3f5e35aae43b20fef09fd800cf52cc9a2d61a8.zip op-kernel-dev-0a3f5e35aae43b20fef09fd800cf52cc9a2d61a8.tar.gz |
ASoC: Remove redundant snd_soc_dapm_new_widgets() calls
The DAPM widgets are now insntantiated by the core when creating the card
so there is no need for the individual CODEC drivers to do so.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/wm9081.c')
-rw-r--r-- | sound/soc/codecs/wm9081.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 3f1f844..c468497 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c @@ -1262,7 +1262,6 @@ static int wm9081_probe(struct platform_device *pdev) snd_soc_dapm_new_controls(codec, wm9081_dapm_widgets, ARRAY_SIZE(wm9081_dapm_widgets)); snd_soc_dapm_add_routes(codec, audio_paths, ARRAY_SIZE(audio_paths)); - snd_soc_dapm_new_widgets(codec); return ret; |