2019-09-04 17:01:23 +00:00
|
|
|
From ee5ebeadc342f31db6752b9d9a561a37e9795243 Mon Sep 17 00:00:00 2001
|
2019-07-09 18:32:28 +00:00
|
|
|
From: Matthias Reichl <hias@horus.com>
|
|
|
|
Date: Sun, 18 Nov 2018 13:21:26 +0100
|
2019-09-04 17:01:23 +00:00
|
|
|
Subject: [PATCH 210/782] Revert "ASoC: wm8804: MCLK configuration options,
|
2019-07-09 18:32:28 +00:00
|
|
|
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 <hias@horus.com>
|
|
|
|
---
|
|
|
|
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 = {
|