diff options
Diffstat (limited to 'sound/soc/codecs/wm9081.c')
-rw-r--r-- | sound/soc/codecs/wm9081.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 0cdc9e2184ab..b1d946facd57 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c | |||
@@ -1277,15 +1277,8 @@ static int wm9081_probe(struct snd_soc_codec *codec) | |||
1277 | return 0; | 1277 | return 0; |
1278 | } | 1278 | } |
1279 | 1279 | ||
1280 | static int wm9081_remove(struct snd_soc_codec *codec) | ||
1281 | { | ||
1282 | wm9081_set_bias_level(codec, SND_SOC_BIAS_OFF); | ||
1283 | return 0; | ||
1284 | } | ||
1285 | |||
1286 | static struct snd_soc_codec_driver soc_codec_dev_wm9081 = { | 1280 | static struct snd_soc_codec_driver soc_codec_dev_wm9081 = { |
1287 | .probe = wm9081_probe, | 1281 | .probe = wm9081_probe, |
1288 | .remove = wm9081_remove, | ||
1289 | 1282 | ||
1290 | .set_sysclk = wm9081_set_sysclk, | 1283 | .set_sysclk = wm9081_set_sysclk, |
1291 | .set_bias_level = wm9081_set_bias_level, | 1284 | .set_bias_level = wm9081_set_bias_level, |