]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mod_devicetable.h
Merge remote-tracking branch 'sound-current/for-linus'
[karo-tx-linux.git] / include / linux / mod_devicetable.h
index 688997a24aadde7e131e7027a1036eb24e48a9e4..00825672d256eb26b6a29a40214b5fb37b910be3 100644 (file)
@@ -219,6 +219,14 @@ struct serio_device_id {
        __u8 proto;
 };
 
+struct hda_device_id {
+       __u32 vendor_id;
+       __u32 rev_id;
+       __u8 api_version;
+       const char *name;
+       unsigned long driver_data;
+};
+
 /*
  * Struct used for matching a device
  */