Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dsoundcard.h827 #define SNDCTL_DSP_GETCAPS _IOR ('P',15, int) macro
1532 #define SOUND_PCM_GETCAPS SNDCTL_DSP_GETCAPS
/freebsd-9-stable/sys/dev/sound/pcm/
Ddsp.c1698 case SNDCTL_DSP_GETCAPS: in dsp_ioctl()
/freebsd-9-stable/sys/compat/linux/
Dlinux_ioctl.c1860 args->cmd = SNDCTL_DSP_GETCAPS; in linux_ioctl_sound()