]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - sound/pci/hda/hda_codec.h
ALSA: hda - Move fixup code into struct hda_codec
[thirdparty/linux.git] / sound / pci / hda / hda_codec.h
index cab39b23d37c89e4f89d6b548f3e8a509a8d9b21..a1cb28ff39681f81fbf7eb5a3e8d7cc9238f5fba 100644 (file)
@@ -896,6 +896,14 @@ struct hda_codec {
        /* jack detection */
        struct snd_array jacks;
 #endif
+
+       /* fix-up list */
+       int fixup_id;
+       const struct hda_fixup *fixup_list;
+       const char *fixup_name;
+
+       /* additional init verbs */
+       struct snd_array verbs;
 };
 
 /* direction */