Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/sound/
A Dasound.h717 struct snd_rawmidi_info { struct
718 unsigned int device; /* RO/WR (control): device number */
719 unsigned int subdevice; /* RO/WR (control): subdevice number */
720 int stream; /* WR: stream */
721 int card; /* R: card number */
722 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
723 unsigned char id[64]; /* ID (user selectable) */
724 unsigned char name[80]; /* name of device */
726 unsigned int subdevices_count;
727 unsigned int subdevices_avail;
[all …]
/linux-6.3-rc2/tools/include/uapi/sound/
A Dasound.h717 struct snd_rawmidi_info { struct
718 unsigned int device; /* RO/WR (control): device number */
719 unsigned int subdevice; /* RO/WR (control): subdevice number */
720 int stream; /* WR: stream */
721 int card; /* R: card number */
722 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
723 unsigned char id[64]; /* ID (user selectable) */
724 unsigned char name[80]; /* name of device */
726 unsigned int subdevices_count;
727 unsigned int subdevices_avail;
[all …]
/linux-6.3-rc2/sound/core/
A Drawmidi.c626 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function

Completed in 19 milliseconds