Searched refs:SNDCTL_DSP_CHANNELS (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/ |
D | linuxaudiodev.c | 38 #ifndef SNDCTL_DSP_CHANNELS 39 #define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS macro 291 if (ioctl(self->x_fd, SNDCTL_DSP_CHANNELS, &nchannels) == -1) { in lad_setparameters() 331 if (ioctl(self->x_fd, SNDCTL_DSP_CHANNELS, nchannels) < 0) in _ssize()
|
D | ossaudiodev.c | 43 # ifndef SNDCTL_DSP_CHANNELS 44 # define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS macro 330 return _do_ioctl_1(self->fd, args, "channels", SNDCTL_DSP_CHANNELS); in oss_channels() 511 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, &channels) == -1) { in oss_setparameters() 564 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, nchannels) < 0) in _ssize() 1055 _EXPORT_INT(m, SNDCTL_DSP_CHANNELS); in initossaudiodev()
|
/external/python/cpython3/Modules/ |
D | ossaudiodev.c | 46 # ifndef SNDCTL_DSP_CHANNELS 47 # define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS macro 357 return _do_ioctl_1(self->fd, args, "channels", SNDCTL_DSP_CHANNELS); in oss_channels() 586 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, &channels) == -1) { in oss_setparameters() 639 if (ioctl(self->fd, SNDCTL_DSP_CHANNELS, nchannels) < 0) in _ssize() 1228 _EXPORT_INT(m, SNDCTL_DSP_CHANNELS); in PyInit_ossaudiodev()
|
/external/kernel-headers/original/uapi/linux/ |
D | soundcard.h | 546 #define SNDCTL_DSP_CHANNELS _SIOWR('P', 6, int) macro 547 #define SOUND_PCM_WRITE_CHANNELS SNDCTL_DSP_CHANNELS
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_netbsd.cpp | 2436 unsigned IOCTL_SNDCTL_DSP_CHANNELS = SNDCTL_DSP_CHANNELS;
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 1368 _(SNDCTL_DSP_CHANNELS, READWRITE, sizeof(int));
|