Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dasound.h732 struct snd_rawmidi_info { struct
733 unsigned int device; /* RO/WR (control): device number */
734 unsigned int subdevice; /* RO/WR (control): subdevice number */
735 int stream; /* WR: stream */
736 int card; /* R: card number */
737 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
738 unsigned char id[64]; /* ID (user selectable) */
739 unsigned char name[80]; /* name of device */
741 unsigned int subdevices_count;
742 unsigned int subdevices_avail;
[all …]
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h732 struct snd_rawmidi_info { struct
733 unsigned int device; /* RO/WR (control): device number */
734 unsigned int subdevice; /* RO/WR (control): subdevice number */
735 int stream; /* WR: stream */
736 int card; /* R: card number */
737 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
738 unsigned char id[64]; /* ID (user selectable) */
739 unsigned char name[80]; /* name of device */
741 unsigned int subdevices_count;
742 unsigned int subdevices_avail;
[all …]
/linux/sound/core/
H A Drawmidi.c618 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function