Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h567 struct snd_rawmidi_info { struct
568 unsigned int device; /* RO/WR (control): device number */
569 unsigned int subdevice; /* RO/WR (control): subdevice number */
570 int stream; /* WR: stream */
571 int card; /* R: card number */
572 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
573 unsigned char id[64]; /* ID (user selectable) */
574 unsigned char name[80]; /* name of device */
598 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument
/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h561 struct snd_rawmidi_info { struct
562 unsigned int device;
564 unsigned int subdevice;
565 int stream;
566 int card;
567 unsigned int flags;
569 unsigned char id[64];
570 unsigned char name[80];
571 unsigned char subname[32];
572 unsigned int subdevices_count;
[all …]