Home
last modified time | relevance | path

Searched defs:snd_rawmidi_info (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/sound/
Dasound.h629 struct snd_rawmidi_info { struct
630 unsigned int device; /* RO/WR (control): device number */
631 unsigned int subdevice; /* RO/WR (control): subdevice number */
632 int stream; /* WR: stream */
633 int card; /* R: card number */
634 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
635 unsigned char id[64]; /* ID (user selectable) */
636 unsigned char name[80]; /* name of device */
660 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument