Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dasound.h513 struct snd_rawmidi_info { struct
514 unsigned int device; /* RO/WR (control): device number */
515 unsigned int subdevice; /* RO/WR (control): subdevice number */
516 int stream; /* WR: stream */
517 int card; /* R: card number */
518 unsigned int flags; /* SNDRV_RAWMIDI_INFO_XXXX */
519 unsigned char id[64]; /* ID (user selectable) */
520 unsigned char name[80]; /* name of device */
544 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) argument
/linux-3.4.99/sound/core/
Drawmidi.c543 static int snd_rawmidi_info(struct snd_rawmidi_substream *substream, in snd_rawmidi_info() function