Searched defs:snd_hwdep_info (Results 1 – 5 of 5) sorted by relevance
116 struct snd_hwdep_info { struct117 unsigned int device; /* WR: device number */118 int card; /* R: card number */119 unsigned char id[64]; /* ID (user selectable) */120 unsigned char name[80]; /* hwdep name */144 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
121 struct snd_hwdep_info { struct122 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
173 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info() function