Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/
H A Dsb.h151 #define IMODE_INPUT PCM_ENABLE_INPUT
/dragonfly/sys/sys/
H A Dsoundcard.h919 #define PCM_ENABLE_INPUT 0x00000001 macro
1861 #define OPEN_READ PCM_ENABLE_INPUT
/dragonfly/sys/dev/sound/pcm/
H A Ddsp.c1746 if (*arg_i & PCM_ENABLE_INPUT) in dsp_ioctl()
1780 *arg_i |= PCM_ENABLE_INPUT; in dsp_ioctl()
2877 ((rdch == NULL) && (group->mode & PCM_ENABLE_INPUT))) { in dsp_oss_syncgroup()
2913 if (group->mode & PCM_ENABLE_INPUT) { in dsp_oss_syncgroup()