87dd6d898e9189f1b59a652243113d4295b37a55
[openwrt/staging/dedeckeh.git] / target / linux / brcm2708 / patches-4.4 / 0067-ASoC-wm8804-Set-idle_bias_off-to-false-Idle-bias-has.patch
1 From cf98984028b036971f95671070806136d865b96e Mon Sep 17 00:00:00 2001
2 From: Daniel Matuschek <info@crazy-audio.com>
3 Date: Thu, 16 Jan 2014 07:36:35 +0100
4 Subject: [PATCH 067/381] ASoC: wm8804: Set idle_bias_off to false Idle bias
5 has been change to remove warning on driver startup
6
7 Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
8 ---
9 sound/soc/codecs/wm8804.c | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 --- a/sound/soc/codecs/wm8804.c
13 +++ b/sound/soc/codecs/wm8804.c
14 @@ -544,7 +544,7 @@ static struct snd_soc_dai_driver wm8804_
15 };
16
17 static const struct snd_soc_codec_driver soc_codec_dev_wm8804 = {
18 - .idle_bias_off = true,
19 + .idle_bias_off = false,
20
21 .dapm_widgets = wm8804_dapm_widgets,
22 .num_dapm_widgets = ARRAY_SIZE(wm8804_dapm_widgets),