Lines Matching defs:snd_rawmidi_info
735 struct snd_rawmidi_info { struct
736 unsigned int device; /* RO/WR (control): device number */
737 unsigned int subdevice; /* RO/WR (control): subdevice number */
738 int stream; /* WR: stream */
739 int card; /* R: card number */
740 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
741 unsigned char id[64]; /* ID (user selectable) */
742 unsigned char name[80]; /* name of device */
743 unsigned char subname[32]; /* name of active or selected subdevice */
744 unsigned int subdevices_count;
745 unsigned int subdevices_avail;
746 int tied_device; /* R: tied rawmidi device (UMP/legacy) */
747 unsigned char reserved[60]; /* reserved for future use */