Searched defs:snd_rawmidi_info (Results 1 – 2 of 2) sorted by relevance
567 struct snd_rawmidi_info { struct568 unsigned int device; /* RO/WR (control): device number */569 unsigned int subdevice; /* RO/WR (control): subdevice number */570 int stream; /* WR: stream */571 int card; /* R: card number */572 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */573 unsigned char id[64]; /* ID (user selectable) */574 unsigned char name[80]; /* name of device */598 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument
561 struct snd_rawmidi_info { struct562 unsigned int device;564 unsigned int subdevice;565 int stream;566 int card;567 unsigned int flags;569 unsigned char id[64];570 unsigned char name[80];571 unsigned char subname[32];572 unsigned int subdevices_count;[all …]