summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/tlv320aic31xx.h
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-04-01 18:13:29 +0300
committerMark Brown <broonie@kernel.org>2019-04-02 08:41:40 +0300
commit90f0202bf2e15e8933a550b7dfd439b500a76e1c (patch)
tree950d5075725a777145502a80ec474cf524a412fc /sound/soc/codecs/tlv320aic31xx.h
parentebf3326cd96989a498892a1b344faee3110f7877 (diff)
downloadlinux-90f0202bf2e15e8933a550b7dfd439b500a76e1c.tar.xz
ASoC: tlv320aic31xx: Add button press detection
This device can optionally detect headset or microphone button presses. Add support for this by passing this event to the jack layer. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tlv320aic31xx.h')
-rw-r--r--sound/soc/codecs/tlv320aic31xx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.h b/sound/soc/codecs/tlv320aic31xx.h
index 9985ceed97ae..cb024955c978 100644
--- a/sound/soc/codecs/tlv320aic31xx.h
+++ b/sound/soc/codecs/tlv320aic31xx.h
@@ -21,7 +21,8 @@
#define DAC31XX_BIT BIT(3)
#define AIC31XX_JACK_MASK (SND_JACK_HEADPHONE | \
- SND_JACK_HEADSET)
+ SND_JACK_HEADSET | \
+ SND_JACK_BTN_0)
enum aic31xx_type {
AIC3100 = 0,