Home
last modified time | relevance | path

Searched refs:AFMT_CONVERTIBLE (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/sound/pcm/
H A Dsound.h198 #define AFMT_CONVERTIBLE (AFMT_8BIT | AFMT_16BIT | AFMT_24BIT | \ macro
202 #define AFMT_VCHAN (AFMT_CONVERTIBLE & ~AFMT_G711)
H A Dchannel.c1475 if (!(c->format & AFMT_CONVERTIBLE)) in chn_getmatrix()
1489 if (!(c->format & AFMT_CONVERTIBLE)) in chn_setmatrix()
1509 if (!(c->format & AFMT_CONVERTIBLE)) in chn_oss_getorder()
1525 if (!(c->format & AFMT_CONVERTIBLE)) in chn_oss_setorder()
1558 if (!(format & AFMT_CONVERTIBLE)) { in chn_oss_getmask()
2296 fmts |= AFMT_CONVERTIBLE; in chn_getformats()
H A Dfeeder_chain.c728 if ((softfmt & AFMT_CONVERTIBLE) && in feeder_chain()
H A Dsound.c205 if (caps->fmtlist[i] & AFMT_CONVERTIBLE) in pcm_setvchans()