Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_CHANNELS (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/
H A Dossaudiodev.c53 # ifndef SNDCTL_DSP_CHANNELS
54 # define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS macro
364 return _do_ioctl_1(self->fd, args, "channels", SNDCTL_DSP_CHANNELS); in oss_channels()
593 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, &channels) == -1) { in oss_setparameters()
646 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, nchannels) < 0) in _ssize()
1262 _EXPORT_INT(m, SNDCTL_DSP_CHANNELS); in PyInit_ossaudiodev()
/third_party/pulseaudio/src/modules/oss/
H A Doss-util.c213 if (ioctl(fd, SNDCTL_DSP_CHANNELS, &channels) < 0) { in pa_oss_auto_format()
214 pa_log("SNDCTL_DSP_CHANNELS: %s", pa_cstrerror(errno)); in pa_oss_auto_format()
/third_party/libsnd/programs/
H A Dsndfile-play.c451 if (ioctl (fd, SNDCTL_DSP_CHANNELS, &channels) != 0) in opensoundsys_open_device()
/third_party/pulseaudio/src/utils/
H A Dpadsp.c2053 case SNDCTL_DSP_CHANNELS: { in dsp_ioctl()
2057 debug(DEBUG_LEVEL_NORMAL, __FILE__": SNDCTL_DSP_CHANNELS: %i\n", *(int*) argp); in dsp_ioctl()

Completed in 8 milliseconds