From 42954857190b9df16d9d873ecc7f6cc38e013e44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 9 Jul 2019 20:32:28 +0200 Subject: brcm2708: add linux 4.19 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Boot tested on Raspberry Pi B+ (BCM2708) and Raspberry Pi 2 (BCM2709) Signed-off-by: Álvaro Fernández Rojas --- ...-wm8804-MCLK-configuration-options-32-bit.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 target/linux/brcm2708/patches-4.19/950-0210-Revert-ASoC-wm8804-MCLK-configuration-options-32-bit.patch (limited to 'target/linux/brcm2708/patches-4.19/950-0210-Revert-ASoC-wm8804-MCLK-configuration-options-32-bit.patch') diff --git a/target/linux/brcm2708/patches-4.19/950-0210-Revert-ASoC-wm8804-MCLK-configuration-options-32-bit.patch b/target/linux/brcm2708/patches-4.19/950-0210-Revert-ASoC-wm8804-MCLK-configuration-options-32-bit.patch new file mode 100644 index 0000000000..9c9085272e --- /dev/null +++ b/target/linux/brcm2708/patches-4.19/950-0210-Revert-ASoC-wm8804-MCLK-configuration-options-32-bit.patch @@ -0,0 +1,29 @@ +From 636b64caee57e3afbe0c92c723ff266c9d4391b1 Mon Sep 17 00:00:00 2001 +From: Matthias Reichl +Date: Sun, 18 Nov 2018 13:21:26 +0100 +Subject: [PATCH 210/703] Revert "ASoC: wm8804: MCLK configuration options, + 32-bit" + +This reverts commit 3b12dcf797f5a4635aecd7f5c090dc507b124ffd. + +Despite the commit message being wrong idle_bias changes +were already reverted in the 4.14 tree. + +So drop the commit to bring the wm8804 driver back in line with +the rpi-4.14.y and upstream linux trees. + +Signed-off-by: Matthias Reichl +--- + sound/soc/codecs/wm8804.c | 1 - + 1 file changed, 1 deletion(-) + +--- a/sound/soc/codecs/wm8804.c ++++ b/sound/soc/codecs/wm8804.c +@@ -550,7 +550,6 @@ static const struct snd_soc_component_dr + .use_pmdown_time = 1, + .endianness = 1, + .non_legacy_dai_naming = 1, +- .idle_bias_on = true, + }; + + const struct regmap_config wm8804_regmap_config = { -- cgit v1.2.3