Home
last modified time | relevance | path

Searched defs:snd_hwdep_info (Results 1 – 1 of 1) sorted by relevance

/tools/include/uapi/sound/
Dasound.h121 struct snd_hwdep_info { struct
122 unsigned int device; /* WR: device number */
123 int card; /* R: card number */
124 unsigned char id[64]; /* ID (user selectable) */
125 unsigned char name[80]; /* hwdep name */
149 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument