Home
last modified time | relevance | path

Searched refs:SNDCTL_ENGINEINFO (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-property-probe.c151 if (ioctl (fd, SNDCTL_ENGINEINFO, &ai) == 0) in gst_oss4_property_probe_find_device_name()
Doss4-audio.c491 if (ioctl (fd, SNDCTL_ENGINEINFO, &ai) == -1) in gst_oss4_audio_probe_caps()
Doss4-soundcard.h1992 #define SNDCTL_ENGINEINFO __SIOWR('X',12, oss_audioinfo) macro