aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/tlv320aic3x.c')
-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 7b5f159cfaf1..6190351965a4 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -605,6 +605,14 @@ static const struct snd_soc_dapm_widget aic3x_dapm_widgets[] = {
605 SND_SOC_DAPM_INPUT("LINE1R"), 605 SND_SOC_DAPM_INPUT("LINE1R"),
606 SND_SOC_DAPM_INPUT("LINE2L"), 606 SND_SOC_DAPM_INPUT("LINE2L"),
607 SND_SOC_DAPM_INPUT("LINE2R"), 607 SND_SOC_DAPM_INPUT("LINE2R"),
608
609 /*
610 * Virtual output pin to detection block inside codec. This can be
611 * used to keep codec bias on if gpio or detection features are needed.
612 * Force pin on or construct a path with an input jack and mic bias
613 * widgets.
614 */
615 SND_SOC_DAPM_OUTPUT("Detection"),
608}; 616};
609 617
610static const struct snd_soc_dapm_widget aic3007_dapm_widgets[] = { 618static const struct snd_soc_dapm_widget aic3007_dapm_widgets[] = {