Home
last modified time | relevance | path

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

/freebsd/share/examples/sound/oss/
H A Daudio.c207 error = ioctl(config->fd, SNDCTL_DSP_GETCAPS, &(config->audio_info.caps)); in oss_init()
/freebsd/sys/sys/
H A Dsoundcard.h834 #define SNDCTL_DSP_GETCAPS _IOR ('P',15, int) macro
1538 #define SOUND_PCM_GETCAPS SNDCTL_DSP_GETCAPS
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c1327 case SNDCTL_DSP_GETCAPS: in dsp_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2446 unsigned IOCTL_SNDCTL_DSP_GETCAPS = SNDCTL_DSP_GETCAPS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1377 _(SNDCTL_DSP_GETCAPS, WRITE, sizeof(int));
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1881 args->cmd = SNDCTL_DSP_GETCAPS; in linux_ioctl_sound()