]> git.karo-electronics.de Git - linux-beck.git/blobdiff - sound/pci/hda/hda_codec.h
Merge branch 'test/hda-jack' into topic/hda
[linux-beck.git] / sound / pci / hda / hda_codec.h
index 17cee4ee8e655b6de62189195160d365a46bcc4f..e9f71dc0d46415587f7461678d5ae6051aa9b289 100644 (file)
@@ -866,6 +866,9 @@ struct hda_codec {
        void (*proc_widget_hook)(struct snd_info_buffer *buffer,
                                 struct hda_codec *codec, hda_nid_t nid);
 
+       /* jack detection */
+       struct snd_array jacktbl;
+
 #ifdef CONFIG_SND_HDA_INPUT_JACK
        /* jack detection */
        struct snd_array jacks;