Searched refs:SNDCTL_DSP_GETPLAYVOL (Results 1 – 2 of 2) sorted by relevance
228 if (ioctl (oss->fd, SNDCTL_DSP_GETPLAYVOL, &ivol) < 0) { in gst_oss4_sink_get_volume()255 if (ioctl (oss->fd, SNDCTL_DSP_GETPLAYVOL, &oss->mute_volume) < 0) { in gst_oss4_sink_set_mute()285 if (ioctl (oss->fd, SNDCTL_DSP_GETPLAYVOL, &ivol) < 0) { in gst_oss4_sink_get_mute()
1197 #define SNDCTL_DSP_GETPLAYVOL __SIOR ('P', 24, int) macro