Skip to content

Commit 574ea5c

Browse files
puyoulubroonie
authored andcommitted
ASoC: wm8974: fix Boost Mixer Aux Switch
Clear BIT6 of INPPGA means not muted (Switch On). Signed-off-by: Puyou Lu <[email protected]> Acked-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 37d65a2 commit 574ea5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/codecs/wm8974.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ SOC_DAPM_SINGLE("PCM Playback Switch", WM8974_MONOMIX, 0, 1, 0),
186186

187187
/* Boost mixer */
188188
static const struct snd_kcontrol_new wm8974_boost_mixer[] = {
189-
SOC_DAPM_SINGLE("Aux Switch", WM8974_INPPGA, 6, 1, 0),
189+
SOC_DAPM_SINGLE("Aux Switch", WM8974_INPPGA, 6, 1, 1),
190190
};
191191

192192
/* Input PGA */

0 commit comments

Comments
 (0)