Searched defs:snd_rawmidi_info (Results 1 – 3 of 3) sorted by relevance
726 struct snd_rawmidi_info { struct727 unsigned int device; /* RO/WR (control): device number */728 unsigned int subdevice; /* RO/WR (control): subdevice number */729 int stream; /* WR: stream */730 int card; /* R: card number */731 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */732 unsigned char id[64]; /* ID (user selectable) */733 unsigned char name[80]; /* name of device */735 unsigned int subdevices_count;736 unsigned int subdevices_avail;[all …]
586 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function
Completed in 22 milliseconds