Searched refs:tcfg (Results 1 – 1 of 1) sorted by relevance
174 prepare(testcfg_t *tcfg) in prepare() argument187 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() argument262 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 …]