Lines Matching defs:info
99 static int snd_rawmidi_hw_info(snd_rawmidi_t *rmidi, snd_rawmidi_info_t * info)
102 info->stream = rmidi->stream;
103 if (ioctl(hw->fd, SNDRV_RAWMIDI_IOCTL_INFO, info) < 0) {
302 .info = snd_rawmidi_hw_info,
325 snd_rawmidi_info_t info;
407 memset(&info, 0, sizeof(info));
408 info.stream = outputp ? SNDRV_RAWMIDI_STREAM_OUTPUT : SNDRV_RAWMIDI_STREAM_INPUT;
409 if (ioctl(fd, SNDRV_RAWMIDI_IOCTL_INFO, &info) < 0) {
416 if (info.subdevice != (unsigned int) subdevice) {