diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2014-05-14 09:37:34 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-14 12:32:03 +0100 |
commit | 370f83a156e42d6c6997c65dbceb4bb7118e915a (patch) | |
tree | 7dca5f815274744eeba87e6ad7bc432665cab3c6 /sound/soc/codecs/ak4642.c | |
parent | da731845d5b47c517876cb70884789aafa00771b (diff) |
ASoC: ak4642: Add ALC controls
ALC and ALC Zero crossing detection has been enabled unconditionally.
Add controls for this.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/ak4642.c')
-rw-r--r-- | sound/soc/codecs/ak4642.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 3373a9c38b4d..90d2d936bc0c 100644 --- a/sound/soc/codecs/ak4642.c +++ b/sound/soc/codecs/ak4642.c @@ -148,6 +148,8 @@ static const struct snd_kcontrol_new ak4642_snd_controls[] = { SOC_DOUBLE_R_TLV("Digital Playback Volume", L_DVC, R_DVC, 0, 0xFF, 1, out_tlv), + SOC_SINGLE("ALC Capture Switch", ALC_CTL1, 5, 1, 0), + SOC_SINGLE("ALC Capture ZC Switch", ALC_CTL1, 4, 1, 1), }; static const struct snd_kcontrol_new ak4642_headphone_control = |