projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d65a2
)
ASoC: wm8974: fix Boost Mixer Aux Switch
author
Puyou Lu
<puyou.lu@gmail.com>
Thu, 2 Jul 2020 02:30:25 +0000
(10:30 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 9 Jul 2020 18:55:27 +0000
(19:55 +0100)
Clear BIT6 of INPPGA means not muted (Switch On).
Signed-off-by: Puyou Lu <puyou.lu@gmail.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link:
https://lore.kernel.org/r/1593657025-4903-1-git-send-email-puyou.lu@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8974.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8974.c
b/sound/soc/codecs/wm8974.c
index 06ba36595ddd61b1650a9b940329801ee2fc8afa..764bf93fb58a668f317bb2eaf80a24b6fa68b9bb 100644
(file)
--- a/
sound/soc/codecs/wm8974.c
+++ b/
sound/soc/codecs/wm8974.c
@@
-186,7
+186,7
@@
SOC_DAPM_SINGLE("PCM Playback Switch", WM8974_MONOMIX, 0, 1, 0),
/* Boost mixer */
static const struct snd_kcontrol_new wm8974_boost_mixer[] = {
-SOC_DAPM_SINGLE("Aux Switch", WM8974_INPPGA, 6, 1,
0
),
+SOC_DAPM_SINGLE("Aux Switch", WM8974_INPPGA, 6, 1,
1
),
};
/* Input PGA */