Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c86 #define CFLAG_LFE 0x1 /* lfe channel - not full range */ macro
110 chancfg_t ch_lfe = { CH_LFE, NM_LFE, CFLAG_LFE };
196 if (ccfg->flags != CFLAG_LFE) { in prepare()
301 if (ccfg->flags & CFLAG_LFE) { in testdsp()