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.c1116 r = chn_setparam(c, fmt, spd); in chn_reset()
2067 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function
2119 ret = chn_setparam(c, c->format, speed); in chn_setspeed()
2126 chn_setparam(c, oldformat, oldspeed); in chn_setspeed()
2150 ret = chn_setparam(c, format, c->speed); in chn_setformat()
2157 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
H A Dchannel.h281 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);