Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h370 #define CHN_F_VCHAN_PASSTHROUGH 0x00004000 /* digital ac3/dts passthrough */ macro
372 #define CHN_F_VCHAN_DYNAMIC (CHN_F_VCHAN_PASSTHROUGH | CHN_F_VCHAN_ADAPTIVE)
H A Dvchan.c400 if (c->flags & CHN_F_VCHAN_PASSTHROUGH) in sysctl_dev_pcm_vchanmode()
412 dflags = CHN_F_VCHAN_PASSTHROUGH; in sysctl_dev_pcm_vchanmode()
832 parent->flags |= CHN_F_VCHAN_PASSTHROUGH; in vchan_create()