Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h726 struct snd_rawmidi_info { struct
727 unsigned int device; /* RO/WR (control): device number */
728 unsigned int subdevice; /* RO/WR (control): subdevice number */
729 int stream; /* WR: stream */
730 int card; /* R: card number */
731 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
732 unsigned char id[64]; /* ID (user selectable) */
733 unsigned char name[80]; /* name of device */
734 unsigned char subname[32]; /* name of active or selected subdevice */
735 unsigned int subdevices_count;
[all …]
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h726 struct snd_rawmidi_info { struct
727 unsigned int device; /* RO/WR (control): device number */
728 unsigned int subdevice; /* RO/WR (control): subdevice number */
729 int stream; /* WR: stream */
730 int card; /* R: card number */
731 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
732 unsigned char id[64]; /* ID (user selectable) */
733 unsigned char name[80]; /* name of device */
734 unsigned char subname[32]; /* name of active or selected subdevice */
735 unsigned int subdevices_count;
[all …]
/Linux-v5.15/sound/core/
Drawmidi.c585 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function