Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
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 */
725 unsigned char subname[32]; /* name of active or selected subdevice */
726 unsigned int subdevices_count;
[all …]
/third_party/alsa-lib/src/rawmidi/
Drawmidi.c680 int snd_rawmidi_info(snd_rawmidi_t *rawmidi, snd_rawmidi_info_t * info) in snd_rawmidi_info() function