Searched refs:tcfg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c174 prepare(testcfg_t *tcfg) argument
187 for (i = 0; (ccfg = tcfg->tests[i]) != NULL; i++) {
194 rate_multiple = tcfg->rate / 48000;
197 ccfg->len = nsamples * tcfg->nchan *
205 for (ch = 0; ch < tcfg->nchan; ch++) {
228 testdsp(int hd, int flags, testcfg_t *tcfg) argument
262 tmp = tcfg->nchan;
263 if (ioctl(hd, SNDCTL_DSP_CHANNELS, &tmp) == -1 || tmp != tcfg->nchan) {
265 tcfg->nchan);
272 tmp = tcfg
380 test_device(char *dn, int flags, testcfg_t *tcfg) argument
484 testcfg_t *tcfg; local
[all...]

Completed in 69 milliseconds