Home
last modified time | relevance | path

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

/freebsd/usr.bin/beep/
H A Dbeep.c208 if (ioctl(f, SOUND_PCM_WRITE_CHANNELS, &c) != 0) in main()
/freebsd/sys/sys/
H A Dsoundcard.h791 #define SOUND_PCM_WRITE_CHANNELS _IOWR('P', 6, int) macro
792 #define SNDCTL_DSP_CHANNELS SOUND_PCM_WRITE_CHANNELS
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc338 _(SOUND_PCM_WRITE_CHANNELS, WRITE, sizeof(int));
H A Dsanitizer_platform_limits_posix.cpp757 unsigned IOCTL_SOUND_PCM_WRITE_CHANNELS = SOUND_PCM_WRITE_CHANNELS;
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c1140 case SOUND_PCM_WRITE_CHANNELS: in dsp_ioctl()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1841 args->cmd = SOUND_PCM_WRITE_CHANNELS; in linux_ioctl_sound()