aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r--sound/pci/hda/hda_codec.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c
index bd375f895ec0..4a6dd97deba6 100644
--- a/sound/pci/hda/hda_codec.c
+++ b/sound/pci/hda/hda_codec.c
@@ -2051,6 +2051,12 @@ int snd_hda_parse_pin_def_config(struct hda_codec *codec, struct auto_pin_cfg *c
2051 return 0; 2051 return 0;
2052} 2052}
2053 2053
2054/* labels for input pins */
2055const char *auto_pin_cfg_labels[AUTO_PIN_LAST] = {
2056 "Mic", "Front Mic", "Line", "Front Line", "CD", "Aux"
2057};
2058
2059
2054#ifdef CONFIG_PM 2060#ifdef CONFIG_PM
2055/* 2061/*
2056 * power management 2062 * power management