Skip to content

Commit

Permalink
ASoC: wm8804: Set idle_bias_off to false Idle bias has been change to…
Browse files Browse the repository at this point in the history
… remove warning on driver startup

Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
  • Loading branch information
Daniel Matuschek authored and popcornmix committed Feb 24, 2014
1 parent 8d93b68 commit 4639d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8804.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8804 = {
.suspend = wm8804_suspend,
.resume = wm8804_resume,
.set_bias_level = wm8804_set_bias_level,
.idle_bias_off = true,
.idle_bias_off = false,

.controls = wm8804_snd_controls,
.num_controls = ARRAY_SIZE(wm8804_snd_controls),
Expand Down

0 comments on commit 4639d2b

Please sign in to comment.