Lines Matching full:info
84 static int snd_rawmidi_hw_info(snd_rawmidi_t *rmidi, snd_rawmidi_info_t * info)
87 info->stream = rmidi->stream;
88 if (ioctl(hw->fd, SNDRV_RAWMIDI_IOCTL_INFO, info) < 0) {
162 .info = snd_rawmidi_hw_info,
182 snd_rawmidi_info_t info;
261 memset(&info, 0, sizeof(info));
262 info.stream = outputp ? SNDRV_RAWMIDI_STREAM_OUTPUT : SNDRV_RAWMIDI_STREAM_INPUT;
263 if (ioctl(fd, SNDRV_RAWMIDI_IOCTL_INFO, &info) < 0) {
270 if (info.subdevice != (unsigned int) subdevice) {