diff options
Diffstat (limited to 'sound/soc/codecs/tlv320aic32x4.c')
-rw-r--r-- | sound/soc/codecs/tlv320aic32x4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic32x4.c b/sound/soc/codecs/tlv320aic32x4.c index f55337567379..81a26e1090b3 100644 --- a/sound/soc/codecs/tlv320aic32x4.c +++ b/sound/soc/codecs/tlv320aic32x4.c | |||
@@ -621,7 +621,7 @@ static struct snd_soc_dai_driver aic32x4_dai = { | |||
621 | .symmetric_rates = 1, | 621 | .symmetric_rates = 1, |
622 | }; | 622 | }; |
623 | 623 | ||
624 | static int aic32x4_suspend(struct snd_soc_codec *codec, pm_message_t state) | 624 | static int aic32x4_suspend(struct snd_soc_codec *codec) |
625 | { | 625 | { |
626 | aic32x4_set_bias_level(codec, SND_SOC_BIAS_OFF); | 626 | aic32x4_set_bias_level(codec, SND_SOC_BIAS_OFF); |
627 | return 0; | 627 | return 0; |