Skip to content

Commit 4639d2b

Browse files
Daniel Matuschekpopcornmix
Daniel Matuschek
authored andcommitted
ASoC: wm8804: Set idle_bias_off to false Idle bias has been change to remove warning on driver startup
Signed-off-by: Daniel Matuschek <[email protected]>
1 parent 8d93b68 commit 4639d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/wm8804.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8804 = {
685685
.suspend = wm8804_suspend,
686686
.resume = wm8804_resume,
687687
.set_bias_level = wm8804_set_bias_level,
688-
.idle_bias_off = true,
688+
.idle_bias_off = false,
689689

690690
.controls = wm8804_snd_controls,
691691
.num_controls = ARRAY_SIZE(wm8804_snd_controls),

0 commit comments

Comments
 (0)