aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r--sound/pci/hda/hda_local.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h
index ff24266fe353..f9416c36396e 100644
--- a/sound/pci/hda/hda_local.h
+++ b/sound/pci/hda/hda_local.h
@@ -229,7 +229,8 @@ struct auto_pin_cfg {
229 hda_nid_t line_out_pins[5]; /* sorted in the order of Front/Surr/CLFE/Side */ 229 hda_nid_t line_out_pins[5]; /* sorted in the order of Front/Surr/CLFE/Side */
230 int speaker_outs; 230 int speaker_outs;
231 hda_nid_t speaker_pins[5]; 231 hda_nid_t speaker_pins[5];
232 hda_nid_t hp_pin; 232 int hp_outs;
233 hda_nid_t hp_pins[5];
233 hda_nid_t input_pins[AUTO_PIN_LAST]; 234 hda_nid_t input_pins[AUTO_PIN_LAST];
234 hda_nid_t dig_out_pin; 235 hda_nid_t dig_out_pin;
235 hda_nid_t dig_in_pin; 236 hda_nid_t dig_in_pin;