diff options
Diffstat (limited to 'sound/soc/codecs/tlv320aic23.c')
-rw-r--r-- | sound/soc/codecs/tlv320aic23.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index cba798e1a07e..60d08aeac22a 100644 --- a/sound/soc/codecs/tlv320aic23.c +++ b/sound/soc/codecs/tlv320aic23.c | |||
@@ -528,8 +528,7 @@ static struct snd_soc_dai_driver tlv320aic23_dai = { | |||
528 | .ops = &tlv320aic23_dai_ops, | 528 | .ops = &tlv320aic23_dai_ops, |
529 | }; | 529 | }; |
530 | 530 | ||
531 | static int tlv320aic23_suspend(struct snd_soc_codec *codec, | 531 | static int tlv320aic23_suspend(struct snd_soc_codec *codec) |
532 | pm_message_t state) | ||
533 | { | 532 | { |
534 | tlv320aic23_set_bias_level(codec, SND_SOC_BIAS_OFF); | 533 | tlv320aic23_set_bias_level(codec, SND_SOC_BIAS_OFF); |
535 | 534 | ||