Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_CHANNELS (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
Dlinuxaudiodev.c38 #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()
Dossaudiodev.c43 # 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/
Dossaudiodev.c46 # 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/
Dsoundcard.h546 #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/
Dsanitizer_platform_limits_netbsd.cpp2436 unsigned IOCTL_SNDCTL_DSP_CHANNELS = SNDCTL_DSP_CHANNELS;
Dsanitizer_interceptors_ioctl_netbsd.inc1368 _(SNDCTL_DSP_CHANNELS, READWRITE, sizeof(int));