Searched refs:SD_F_VPC (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dfeeder_chain.c727 (((d->flags & SD_F_VPC) && !(c->flags & CHN_F_HAS_VCHAN)) ||
728 (!(d->flags & SD_F_VPC) && (d->flags & SD_F_SOFTPCMVOL) &&
H A Dsound.h144 #define SD_F_VPC 0x00000200 /* volume-per-channel */ macro
H A Dmixer.c1210 if (mixer_bypass != 0 && (d->flags & SD_F_VPC))
H A Dsound.c1088 d->flags |= SD_F_VPC;
H A Ddsp.c967 if (!PCM_REGISTERED(d) || !(dsp_get_flags(dev) & SD_F_VPC))

Completed in 66 milliseconds