diff options
Diffstat (limited to 'sound/pci/hda/hda_auto_parser.h')
-rw-r--r-- | sound/pci/hda/hda_auto_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_auto_parser.h b/sound/pci/hda/hda_auto_parser.h index e941f604f5e5..2b8e29fd73e7 100644 --- a/sound/pci/hda/hda_auto_parser.h +++ b/sound/pci/hda/hda_auto_parser.h | |||
@@ -38,6 +38,7 @@ struct auto_pin_cfg_item { | |||
38 | int type; | 38 | int type; |
39 | unsigned int is_headset_mic:1; | 39 | unsigned int is_headset_mic:1; |
40 | unsigned int is_headphone_mic:1; /* Mic-only in headphone jack */ | 40 | unsigned int is_headphone_mic:1; /* Mic-only in headphone jack */ |
41 | unsigned int has_boost_on_pin:1; | ||
41 | }; | 42 | }; |
42 | 43 | ||
43 | struct auto_pin_cfg; | 44 | struct auto_pin_cfg; |