Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dsound.h169 #define AFMT_CONVERTIBLE (AFMT_8BIT | AFMT_16BIT | AFMT_24BIT | \ macro
173 #define AFMT_VCHAN (AFMT_CONVERTIBLE & ~AFMT_G711)
H A Dchannel.c1592 if (!(c->format & AFMT_CONVERTIBLE)) in chn_getmatrix()
1606 if (!(c->format & AFMT_CONVERTIBLE)) in chn_setmatrix()
1626 if (!(c->format & AFMT_CONVERTIBLE)) in chn_oss_getorder()
1642 if (!(c->format & AFMT_CONVERTIBLE)) in chn_oss_setorder()
1675 if (!(format & AFMT_CONVERTIBLE)) { in chn_oss_getmask()
2406 fmts |= AFMT_CONVERTIBLE; in chn_getformats()
H A Dfeeder_chain.c725 if ((softfmt & AFMT_CONVERTIBLE) && in feeder_chain()
H A Dvchan.c950 if (caps->fmtlist[i] & AFMT_CONVERTIBLE) in vchan_setnew()