diff options
| author | 2015-10-20 10:19:40 +0200 | |
|---|---|---|
| committer | 2015-10-20 10:19:40 +0200 | |
| commit | c80a1daa7eb6470b84868ed135a26f414b02bf2e (patch) | |
| tree | c587c1fa6ad7e6d40d61c21b7daf03e75ac867be /include/linux | |
| parent | ALSA: firewire-tascam: off by one in identify_model() (diff) | |
| parent | ALSA: hdac: Add macro for hda ext devices entry (diff) | |
Merge branch 'topic/hda-modalias' into for-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mod_devicetable.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index 688997a24aad..00825672d256 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -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 */ |
