mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-07 02:19:54 +00:00
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:
committed by
popcornmix
parent
189af09ac6
commit
30fa17f1cb
@@ -544,7 +544,7 @@ static struct snd_soc_dai_driver wm8804_dai = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct snd_soc_codec_driver soc_codec_dev_wm8804 = {
|
static const struct snd_soc_codec_driver soc_codec_dev_wm8804 = {
|
||||||
.idle_bias_off = true,
|
.idle_bias_off = false,
|
||||||
|
|
||||||
.dapm_widgets = wm8804_dapm_widgets,
|
.dapm_widgets = wm8804_dapm_widgets,
|
||||||
.num_dapm_widgets = ARRAY_SIZE(wm8804_dapm_widgets),
|
.num_dapm_widgets = ARRAY_SIZE(wm8804_dapm_widgets),
|
||||||
|
|||||||
Reference in New Issue
Block a user