Home
last modified time | relevance | path

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

/linux/tools/include/uapi/sound/
A 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 */
735 unsigned int subdevices_count;
736 unsigned int subdevices_avail;
[all …]
/linux/include/uapi/sound/
A 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 */
735 unsigned int subdevices_count;
736 unsigned int subdevices_avail;
[all …]
/linux/sound/core/
A Drawmidi.c586 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function

Completed in 22 milliseconds