Home
last modified time | relevance | path

Searched refs:PCM_CAP_INPUT (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dsoundcard.h849 # define PCM_CAP_INPUT 0x00010000 /* Supports recording */ macro
910 #define DSP_CAP_INPUT PCM_CAP_INPUT
/freebsd/usr.sbin/sndctl/
H A Dsndctl.c230 { PCM_CAP_INPUT, "INPUT" },
580 ch->direction = (NV(number, CAPS) & PCM_CAP_INPUT) ? in read_dev()
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c2188 PCM_CAP_INPUT); in dsp_oss_audioinfo()
2352 ((ch->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in dsp_oss_engineinfo()
/freebsd/sys/dev/sound/
H A Dsndstat.c470 ((c->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in sndstat_build_sound4_nvlist()
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c1360 PCM_CAP_INPUT | PCM_CAP_OUTPUT | PCM_CAP_TRIGGER | in vclient_ioctl_oss()