Searched defs:snd_rawmidi_info (Results 1 – 1 of 1) sorted by relevance
495 struct snd_rawmidi_info { struct496 unsigned int device;497 unsigned int subdevice;498 int stream;499 int card;523 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument