Home
last modified time | relevance | path

Searched refs:CHN_F_VCHAN_PASSTHROUGH (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.h367 #define CHN_F_VCHAN_PASSTHROUGH 0x00004000 /* digital ac3/dts passthrough */ macro
369 #define CHN_F_VCHAN_DYNAMIC (CHN_F_VCHAN_PASSTHROUGH | CHN_F_VCHAN_ADAPTIVE)
Dvchan.c396 if (c->flags & CHN_F_VCHAN_PASSTHROUGH) in sysctl_dev_pcm_vchanmode()
408 dflags = CHN_F_VCHAN_PASSTHROUGH; in sysctl_dev_pcm_vchanmode()
832 parent->flags |= CHN_F_VCHAN_PASSTHROUGH; in vchan_create()