Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.c1143 r = chn_setparam(c, fmt, spd); in chn_reset()
2128 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function
2184 ret = chn_setparam(c, format, speed); in chn_setspeed()
2191 chn_setparam(c, c->format, oldspeed); in chn_setspeed()
2213 ret = chn_setparam(c, format, speed); in chn_setformat()
2220 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
H A Dchannel.h277 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);