Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pcm/
HDchannel.h365 #define CHN_F_VCHAN_PASSTHROUGH 0x00004000 /* digital ac3/dts passthrough */ macro
367 #define CHN_F_VCHAN_DYNAMIC (CHN_F_VCHAN_PASSTHROUGH | CHN_F_VCHAN_ADAPTIVE)
HDvchan.c394 if (c->flags & CHN_F_VCHAN_PASSTHROUGH) in sysctl_dev_pcm_vchanmode()
406 dflags = CHN_F_VCHAN_PASSTHROUGH; in sysctl_dev_pcm_vchanmode()
830 parent->flags |= CHN_F_VCHAN_PASSTHROUGH; in vchan_create()