Searched defs:snd_rawmidi_info (Results 1 – 5 of 5) sorted by relevance
626 struct snd_rawmidi_info { struct627 unsigned int device; /* RO/WR (control): device number */628 unsigned int subdevice; /* RO/WR (control): subdevice number */629 int stream; /* WR: stream */630 int card; /* R: card number */631 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */632 unsigned char id[64]; /* ID (user selectable) */633 unsigned char name[80]; /* name of device */657 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument
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 …]
585 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function