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.c1082 if ((err = chn_setparam(c, fmt, spd))) in chn_reset()
2044 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function
2095 ret = chn_setparam(c, c->format, speed); in chn_setspeed()
2102 chn_setparam(c, oldformat, oldspeed); in chn_setspeed()
2140 ret = chn_setparam(c, format, c->speed); in chn_setformat()
2147 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
H A Dchannel.h282 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);