diff options
| author | 2015-11-02 09:00:37 +0100 | |
|---|---|---|
| committer | 2015-11-02 09:00:37 +0100 | |
| commit | bc88c9e923819b02f8cfaec1bb80d7e5530c0ac5 (patch) | |
| tree | 1731a322d153ee18017822a8fd66295a0ec7a4e2 /include/linux | |
| parent | ALSA: hda - Disable 64bit address for Creative HDA controllers (diff) | |
| parent | ALSA: maestro3: Fix Allegro mute until master volume/mute is touched (diff) | |
Merge branch 'for-next' into for-linus
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 */ |
