Searched refs:SNDRV_RAWMIDI_IOCTL_INFO (Results 1 – 2 of 2) sorted by relevance
101 if (ioctl(hw->fd, SNDRV_RAWMIDI_IOCTL_INFO, info) < 0) { in snd_rawmidi_hw_info()376 if (ioctl(fd, SNDRV_RAWMIDI_IOCTL_INFO, &info) < 0) { in snd_rawmidi_hw_open()
775 #define SNDRV_RAWMIDI_IOCTL_INFO _IOR('W', 0x01, struct snd_rawmidi_info) macro