summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRichard Leitner <dev@g0hl1n.net>2016-08-31 09:26:31 +0200
committerStefan Agner <stefan.agner@toradex.com>2017-05-30 13:49:09 -0700
commit1a3c9b3b50d82af35e5b68c25d08ff14ac9e4f0c (patch)
tree881319ea5c128db3617704a31f7c0e71f4d25376 /sound
parent8929d0a539299bb100923e1878c788af20e28e8b (diff)
ASoC: sgtl5000: add headphone and LINEOUT mute controls
These controls mute/unmute the LINEOUT and headphone outputs of SGTL5000 using its CHIP_ANA_CTRL register. Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Mark Brown <broonie@kernel.org> (cherry picked from commit 904a987345258ff95892685bcc4462f18ac259cd)
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/sgtl5000.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c
index 0a35541b6260..5b2423a389e6 100644
--- a/sound/soc/codecs/sgtl5000.c
+++ b/sound/soc/codecs/sgtl5000.c
@@ -420,6 +420,8 @@ static const struct snd_kcontrol_new sgtl5000_snd_controls[] = {
0, 8,
0x7f, 1,
headphone_volume),
+ SOC_SINGLE("Headphone Playback Switch", SGTL5000_CHIP_ANA_CTRL,
+ 4, 1, 1),
SOC_SINGLE("Headphone Playback ZC Switch", SGTL5000_CHIP_ANA_CTRL,
5, 1, 0),
@@ -432,6 +434,7 @@ static const struct snd_kcontrol_new sgtl5000_snd_controls[] = {
SGTL5000_LINE_OUT_VOL_RIGHT_SHIFT,
0x1f, 1,
lineout_volume),
+ SOC_SINGLE("Lineout Playback Switch", SGTL5000_CHIP_ANA_CTRL, 8, 1, 1),
};
/* mute the codec used by alsa core */