diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 564471169cae..97aa65d1f1d1 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -869,6 +869,9 @@ struct hda_codec { | |||
869 | void (*proc_widget_hook)(struct snd_info_buffer *buffer, | 869 | void (*proc_widget_hook)(struct snd_info_buffer *buffer, |
870 | struct hda_codec *codec, hda_nid_t nid); | 870 | struct hda_codec *codec, hda_nid_t nid); |
871 | 871 | ||
872 | /* jack detection */ | ||
873 | struct snd_array jacktbl; | ||
874 | |||
872 | #ifdef CONFIG_SND_HDA_INPUT_JACK | 875 | #ifdef CONFIG_SND_HDA_INPUT_JACK |
873 | /* jack detection */ | 876 | /* jack detection */ |
874 | struct snd_array jacks; | 877 | struct snd_array jacks; |