Ignore:
Timestamp:
Jul 5, 2010, 11:51:20 AM (15 years ago)
Author:
Paul Smedley
Message:

Update Uniaud32-2.1.x branch with necessary changes for ALSA 1.0.23

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/include/linux/dmi.h

    r476 r499  
    44#define dmi_find_device(a, b, c)        NULL
    55#define DMI_DEV_TYPE_OEM_STRING         -2
    6 #endif _LINUX_DMI_H
    76
     7struct dmi_device {
     8      struct list_head list;
     9      int type;
     10      const char *name;
     11      void *device_data;      /* Type specific data */
     12};
     13
     14#endif /* _LINUX_DMI_H */
     15
Note: See TracChangeset for help on using the changeset viewer.