diff options
Diffstat (limited to 'sound/soc/codecs/twl4030.c')
-rw-r--r-- | sound/soc/codecs/twl4030.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index c0b47dfc3328..928257b25111 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c | |||
@@ -2155,19 +2155,7 @@ static int twl4030_soc_probe(struct platform_device *pdev) | |||
2155 | ARRAY_SIZE(twl4030_snd_controls)); | 2155 | ARRAY_SIZE(twl4030_snd_controls)); |
2156 | twl4030_add_widgets(codec); | 2156 | twl4030_add_widgets(codec); |
2157 | 2157 | ||
2158 | ret = snd_soc_init_card(socdev); | ||
2159 | if (ret < 0) { | ||
2160 | dev_err(&pdev->dev, "failed to register card\n"); | ||
2161 | goto card_err; | ||
2162 | } | ||
2163 | |||
2164 | return 0; | 2158 | return 0; |
2165 | |||
2166 | card_err: | ||
2167 | snd_soc_free_pcms(socdev); | ||
2168 | snd_soc_dapm_free(socdev); | ||
2169 | |||
2170 | return ret; | ||
2171 | } | 2159 | } |
2172 | 2160 | ||
2173 | static int twl4030_soc_remove(struct platform_device *pdev) | 2161 | static int twl4030_soc_remove(struct platform_device *pdev) |