diff options
Diffstat (limited to 'sound/soc/codecs/wm8510.c')
-rw-r--r-- | sound/soc/codecs/wm8510.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8510.c b/sound/soc/codecs/wm8510.c index 3a655719ba2c..5e847506138e 100644 --- a/sound/soc/codecs/wm8510.c +++ b/sound/soc/codecs/wm8510.c | |||
@@ -534,7 +534,7 @@ static struct snd_soc_dai_driver wm8510_dai = { | |||
534 | .symmetric_rates = 1, | 534 | .symmetric_rates = 1, |
535 | }; | 535 | }; |
536 | 536 | ||
537 | static int wm8510_suspend(struct snd_soc_codec *codec, pm_message_t state) | 537 | static int wm8510_suspend(struct snd_soc_codec *codec) |
538 | { | 538 | { |
539 | wm8510_set_bias_level(codec, SND_SOC_BIAS_OFF); | 539 | wm8510_set_bias_level(codec, SND_SOC_BIAS_OFF); |
540 | return 0; | 540 | return 0; |