diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-12-20 09:42:57 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-12-20 09:42:57 -0500 |
commit | 78c058df6a120044455b5635daefdc515bf9d899 (patch) | |
tree | d349e70e384404a9a2d9860feb0219e9f8acb212 /sound/pci/hda/hda_codec.h | |
parent | db9c6f842fa957b41984cd8ceea1f07c53fb3fbf (diff) | |
parent | 31ef22579302ac42054bebecb528710f46580925 (diff) |
Merge branch 'test/hda-jack' into topic/hda
Conflicts:
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_via.c
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 17cee4ee8e6..e9f71dc0d46 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -866,6 +866,9 @@ struct hda_codec { | |||
866 | void (*proc_widget_hook)(struct snd_info_buffer *buffer, | 866 | void (*proc_widget_hook)(struct snd_info_buffer *buffer, |
867 | struct hda_codec *codec, hda_nid_t nid); | 867 | struct hda_codec *codec, hda_nid_t nid); |
868 | 868 | ||
869 | /* jack detection */ | ||
870 | struct snd_array jacktbl; | ||
871 | |||
869 | #ifdef CONFIG_SND_HDA_INPUT_JACK | 872 | #ifdef CONFIG_SND_HDA_INPUT_JACK |
870 | /* jack detection */ | 873 | /* jack detection */ |
871 | struct snd_array jacks; | 874 | struct snd_array jacks; |