diff options
Diffstat (limited to 'sound/soc/codecs/wm8990.c')
-rw-r--r-- | sound/soc/codecs/wm8990.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8990.c b/sound/soc/codecs/wm8990.c index 58d7f0bff990..b417d2e0cdfd 100644 --- a/sound/soc/codecs/wm8990.c +++ b/sound/soc/codecs/wm8990.c | |||
@@ -1313,7 +1313,7 @@ static struct snd_soc_dai_driver wm8990_dai = { | |||
1313 | .ops = &wm8990_dai_ops, | 1313 | .ops = &wm8990_dai_ops, |
1314 | }; | 1314 | }; |
1315 | 1315 | ||
1316 | static int wm8990_suspend(struct snd_soc_codec *codec, pm_message_t state) | 1316 | static int wm8990_suspend(struct snd_soc_codec *codec) |
1317 | { | 1317 | { |
1318 | wm8990_set_bias_level(codec, SND_SOC_BIAS_OFF); | 1318 | wm8990_set_bias_level(codec, SND_SOC_BIAS_OFF); |
1319 | return 0; | 1319 | return 0; |