Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dsound.h332 #define AFMT_CONVERTIBLE (AFMT_8BIT | AFMT_16BIT | AFMT_24BIT | \ macro
336 #define AFMT_VCHAN (AFMT_CONVERTIBLE & ~AFMT_G711)
H A Dfeeder_chain.c704 if ((cdesc.origin.afmt & AFMT_CONVERTIBLE) == 0 || in feeder_chain()
705 (cdesc.target.afmt & AFMT_CONVERTIBLE) == 0) { in feeder_chain()
716 if ((softfmt & AFMT_CONVERTIBLE) && in feeder_chain()
H A Dchannel.c1520 if (!(c->format & AFMT_CONVERTIBLE)) in chn_getmatrix()
1534 if (!(c->format & AFMT_CONVERTIBLE)) in chn_setmatrix()
1554 if (!(c->format & AFMT_CONVERTIBLE)) in chn_oss_getorder()
1570 if (!(c->format & AFMT_CONVERTIBLE)) in chn_oss_setorder()
1603 if (!(format & AFMT_CONVERTIBLE)) { in chn_oss_getmask()
2089 x = format & AFMT_CONVERTIBLE; in chn_setformat()
2325 fmts |= AFMT_CONVERTIBLE; in chn_getformats()