aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/tlv320aic3x.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 94dc707d9022..92030f527d39 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -646,6 +646,14 @@ static const struct snd_soc_dapm_widget aic3x_dapm_widgets[] = {
646 SND_SOC_DAPM_INPUT("LINE1R"), 646 SND_SOC_DAPM_INPUT("LINE1R"),
647 SND_SOC_DAPM_INPUT("LINE2L"), 647 SND_SOC_DAPM_INPUT("LINE2L"),
648 SND_SOC_DAPM_INPUT("LINE2R"), 648 SND_SOC_DAPM_INPUT("LINE2R"),
649
650 /*
651 * Virtual output pin to detection block inside codec. This can be
652 * used to keep codec bias on if gpio or detection features are needed.
653 * Force pin on or construct a path with an input jack and mic bias
654 * widgets.
655 */
656 SND_SOC_DAPM_OUTPUT("Detection"),
649}; 657};
650 658
651static const struct snd_soc_dapm_widget aic3007_dapm_widgets[] = { 659static const struct snd_soc_dapm_widget aic3007_dapm_widgets[] = {