Searched defs:snd_hwdep_info (Results 1 – 2 of 2) sorted by relevance
102 struct snd_hwdep_info { struct103 unsigned int device; /* WR: device number */104 int card; /* R: card number */105 unsigned char id[64]; /* ID (user selectable) */106 unsigned char name[80]; /* hwdep name */130 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
74 struct snd_hwdep_info { struct75 unsigned int device;76 int card;77 unsigned char id[64];79 unsigned char name[80];80 int iface;104 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument