Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c450 if ((ENG_FORMAT(t) & fmts) == 0) { in auimpl_engine_setup()
684 e->e_format = ENG_FORMAT(e); in auimpl_engine_setup()
1163 return (ENG_FORMAT(e)); in auclnt_engine_get_format()
H A Daudio_impl.h497 #define ENG_FORMAT(e) E_OP(e, format)(E_PRV(e)) macro