diff options
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r-- | sound/pci/hda/hda_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index a9863eb20c75..c82d2a72d13e 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h | |||
@@ -211,6 +211,8 @@ enum { | |||
211 | AUTO_PIN_LAST | 211 | AUTO_PIN_LAST |
212 | }; | 212 | }; |
213 | 213 | ||
214 | extern const char *auto_pin_cfg_labels[AUTO_PIN_LAST]; | ||
215 | |||
214 | struct auto_pin_cfg { | 216 | struct auto_pin_cfg { |
215 | int line_outs; | 217 | int line_outs; |
216 | hda_nid_t line_out_pins[5]; /* sorted in the order of Front/Surr/CLFE/Side */ | 218 | hda_nid_t line_out_pins[5]; /* sorted in the order of Front/Surr/CLFE/Side */ |