brcm2708: update to latest patches from RPi foundation
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0210-Revert-ASoC-wm8804-MCLK-configuration-options-32-bit.patch
1 From ee5ebeadc342f31db6752b9d9a561a37e9795243 Mon Sep 17 00:00:00 2001
2 From: Matthias Reichl <hias@horus.com>
3 Date: Sun, 18 Nov 2018 13:21:26 +0100
4 Subject: [PATCH 210/782] Revert "ASoC: wm8804: MCLK configuration options,
5 32-bit"
6
7 This reverts commit 3b12dcf797f5a4635aecd7f5c090dc507b124ffd.
8
9 Despite the commit message being wrong idle_bias changes
10 were already reverted in the 4.14 tree.
11
12 So drop the commit to bring the wm8804 driver back in line with
13 the rpi-4.14.y and upstream linux trees.
14
15 Signed-off-by: Matthias Reichl <hias@horus.com>
16 ---
17 sound/soc/codecs/wm8804.c | 1 -
18 1 file changed, 1 deletion(-)
19
20 --- a/sound/soc/codecs/wm8804.c
21 +++ b/sound/soc/codecs/wm8804.c
22 @@ -550,7 +550,6 @@ static const struct snd_soc_component_dr
23 .use_pmdown_time = 1,
24 .endianness = 1,
25 .non_legacy_dai_naming = 1,
26 - .idle_bias_on = true,
27 };
28
29 const struct regmap_config wm8804_regmap_config = {