Searched refs:SNDCTL_AUDIOINFO (Results 1 – 2 of 2) sorted by relevance
132 if (ioctl (fd, SNDCTL_AUDIOINFO, &ai) == -1) { in gst_oss4_property_probe_find_device_name()194 if (ioctl (fd, SNDCTL_AUDIOINFO, &ai) == -1) { in gst_oss4_property_probe_get_audio_devices()
1987 #define SNDCTL_AUDIOINFO __SIOWR('X', 7, oss_audioinfo) macro