Searched defs:snd_rawmidi_info (Results 1 – 1 of 1) sorted by relevance
725 struct snd_rawmidi_info { struct726 unsigned int device; /* RO/WR (control): device number */727 unsigned int subdevice; /* RO/WR (control): subdevice number */728 int stream; /* WR: stream */729 int card; /* R: card number */730 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */731 unsigned char id[64]; /* ID (user selectable) */732 unsigned char name[80]; /* name of device */733 unsigned char subname[32]; /* name of active or selected subdevice */734 unsigned int subdevices_count;[all …]