Searched refs:SNDCTL_DSP_CHANNELS (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/ |
H A D | ossaudiodev.c | 53 # 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 D | oss-util.c | 213 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 D | sndfile-play.c | 451 if (ioctl (fd, SNDCTL_DSP_CHANNELS, &channels) != 0) in opensoundsys_open_device()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 2053 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 7 milliseconds