Home
last modified time | relevance | path

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) in prepare() argument
187 for (i = 0; (ccfg = tcfg->tests[i]) != NULL; i++) { in prepare()
194 rate_multiple = tcfg->rate / 48000; in prepare()
197 ccfg->len = nsamples * tcfg->nchan * in prepare()
205 for (ch = 0; ch < tcfg->nchan; ch++) { in prepare()
228 testdsp(int hd, int flags, testcfg_t *tcfg) in testdsp() argument
262 tmp = tcfg->nchan; in testdsp()
263 if (ioctl(hd, SNDCTL_DSP_CHANNELS, &tmp) == -1 || tmp != tcfg->nchan) { in testdsp()
265 tcfg->nchan); in testdsp()
272 tmp = tcfg->rate; in testdsp()
[all …]