Skip to content

Commit 0fd3935

Browse files
RanderWangbroonie
authored andcommitted
ASoc: codecs: max98373: remove Idle_bias_on to let codec suspend
Idle_bias_on is used to decide bias on/off in standby state by dapm. When Idle_bias_on is set to one, dapm will keep max98373 active at idle time. Max98373 is doing nothing in this state, so remove idle_bias_on setting to let max98373 get suspended when it is idle. Signed-off-by: randerwang <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Ryan Lee <[email protected]> Reviewed-by: Kai Vehmanen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent a53bacc commit 0fd3935

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sound/soc/codecs/max98373.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@ static const struct snd_soc_component_driver soc_codec_dev_max98373 = {
862862
.num_dapm_widgets = ARRAY_SIZE(max98373_dapm_widgets),
863863
.dapm_routes = max98373_audio_map,
864864
.num_dapm_routes = ARRAY_SIZE(max98373_audio_map),
865-
.idle_bias_on = 1,
866865
.use_pmdown_time = 1,
867866
.endianness = 1,
868867
.non_legacy_dai_naming = 1,

0 commit comments

Comments
 (0)