Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/sound/pcm/
HDdsp.c1326 *arg_i |= PCM_CAP_VIRTUAL; in dsp_ioctl()
1328 *arg_i |= PCM_CAP_VIRTUAL; in dsp_ioctl()
2097 ((ch->flags & CHN_F_VIRTUAL) ? PCM_CAP_VIRTUAL : 0) | in dsp_oss_audioinfo()
2262 ((ch->flags & CHN_F_VIRTUAL) ? PCM_CAP_VIRTUAL : 0) | in dsp_oss_engineinfo()
HDsndstat.c470 ((c->flags & CHN_F_VIRTUAL) ? PCM_CAP_VIRTUAL : 0) | in sndstat_build_sound4_nvlist()
/freebsd-14-stable/sys/sys/
HDsoundcard.h851 # define PCM_CAP_VIRTUAL 0x00040000 /* Virtual device */ macro
919 #define DSP_CAP_VIRTUAL PCM_CAP_VIRTUAL