diff options
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-rw-r--r-- | sound/soc/codecs/tlv320aic3x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c index d57372be7a96..eafa164a8f86 100644 --- a/sound/soc/codecs/tlv320aic3x.c +++ b/sound/soc/codecs/tlv320aic3x.c | |||
@@ -1143,7 +1143,7 @@ static int aic3x_resume(struct platform_device *pdev) | |||
1143 | codec->hw_write(codec->control_data, data, 2); | 1143 | codec->hw_write(codec->control_data, data, 2); |
1144 | } | 1144 | } |
1145 | 1145 | ||
1146 | aic3x_set_bias_level(codec, codec->suspend_bias_level); | 1146 | aic3x_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
1147 | 1147 | ||
1148 | return 0; | 1148 | return 0; |
1149 | } | 1149 | } |