ASoC: wm8804: Set idle_bias_off to false Idle bias has been change to remove warning on driver startup

Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
This commit is contained in:
Daniel Matuschek
2014-01-16 07:36:35 +01:00
committed by popcornmix
parent 189af09ac6
commit 30fa17f1cb

View File

@@ -544,7 +544,7 @@ static struct snd_soc_dai_driver wm8804_dai = {
};
static const struct snd_soc_codec_driver soc_codec_dev_wm8804 = {
.idle_bias_off = true,
.idle_bias_off = false,
.dapm_widgets = wm8804_dapm_widgets,
.num_dapm_widgets = ARRAY_SIZE(wm8804_dapm_widgets),