Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h302 int chn_getrates(struct pcm_channel *c, int **rates);
H A Dchannel.c2659 chn_getrates(struct pcm_channel *c, int **rates) in chn_getrates() function
H A Ddsp.c2410 ai->nrates = chn_getrates(ch, &rates); in dsp_oss_engineinfo()