Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/sound/
Dasound.h628 struct snd_rawmidi_info { struct
629 unsigned int device; /* RO/WR (control): device number */
630 unsigned int subdevice; /* RO/WR (control): subdevice number */
631 int stream; /* WR: stream */
632 int card; /* R: card number */
633 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
634 unsigned char id[64]; /* ID (user selectable) */
635 unsigned char name[80]; /* name of device */
659 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument
/Linux-v4.19/include/uapi/sound/
Dasound.h628 struct snd_rawmidi_info { struct
629 unsigned int device; /* RO/WR (control): device number */
630 unsigned int subdevice; /* RO/WR (control): subdevice number */
631 int stream; /* WR: stream */
632 int card; /* R: card number */
633 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
634 unsigned char id[64]; /* ID (user selectable) */
635 unsigned char name[80]; /* name of device */
659 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument
/Linux-v4.19/sound/core/
Drawmidi.c555 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function