Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDsoundcard.h849 # define PCM_CAP_INPUT 0x00010000 /* Supports recording */ macro
910 #define DSP_CAP_INPUT PCM_CAP_INPUT
/freebsd-head/usr.sbin/sndctl/
HDsndctl.c226 { PCM_CAP_INPUT, "INPUT" },
479 ch->direction = (NV(number, CAPS) & PCM_CAP_INPUT) ? in read_dev()
/freebsd-head/sys/dev/sound/pcm/
HDdsp.c2099 PCM_CAP_INPUT); in dsp_oss_audioinfo()
2263 ((ch->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in dsp_oss_engineinfo()
HDsndstat.c471 ((c->direction == PCMDIR_PLAY) ? PCM_CAP_OUTPUT : PCM_CAP_INPUT); in sndstat_build_sound4_nvlist()