Searched refs:SNDCTL_DSP_SETFMT (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | audio.c | 76 SNDCTL_DSP_RESET, SNDCTL_DSP_SETFMT, SNDCTL_DSP_CHANNELS, in audio_init() 158 err = ioctl(audio_fd, SNDCTL_DSP_SETFMT, &format); in audio_set_params()
|
/freebsd/usr.bin/beep/ |
H A D | beep.c | 212 if (ioctl(f, SNDCTL_DSP_SETFMT, &c) != 0) in main()
|
/freebsd/sys/sys/ |
H A D | soundcard.h | 793 #define SNDCTL_DSP_SETFMT _IOWR('P',5, int) /* Selects ONE fmt*/ macro 1524 #define SNDCTL_DSP_SAMPLESIZE SNDCTL_DSP_SETFMT 1525 #define SOUND_PCM_WRITE_BITS SNDCTL_DSP_SETFMT 1526 #define SOUND_PCM_SETFMT SNDCTL_DSP_SETFMT
|
/freebsd/share/examples/sound/oss/ |
H A D | audio.c | 194 error = ioctl(config->fd, SNDCTL_DSP_SETFMT, &tmp); in oss_init()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.cpp | 277 unsigned IOCTL_SNDCTL_DSP_SETFMT = SNDCTL_DSP_SETFMT;
|
H A D | sanitizer_platform_limits_posix.cpp | 794 unsigned IOCTL_SNDCTL_DSP_SETFMT = SNDCTL_DSP_SETFMT;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 262 _(SNDCTL_DSP_SETFMT, WRITE, sizeof(int));
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2433 unsigned IOCTL_SNDCTL_DSP_SETFMT = SNDCTL_DSP_SETFMT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1364 _(SNDCTL_DSP_SETFMT, READWRITE, sizeof(int));
|
/freebsd/contrib/ntp/util/ |
H A D | tg2.c | 983 if (ioctl(fd, SNDCTL_DSP_SETFMT, &AudioFormat)==-1)
|
/freebsd/sys/dev/sound/pcm/ |
H A D | dsp.c | 1175 case SNDCTL_DSP_SETFMT: /* sets _one_ format */ in dsp_ioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 1841 args->cmd = SNDCTL_DSP_SETFMT; in linux_ioctl_sound()
|