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

/freebsd-10.3-release/sys/dev/sound/pcm/
H A Dchannel.c1147 r = chn_setparam(c, fmt, spd);
1922 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) function
1978 ret = chn_setparam(c, format, speed);
1985 chn_setparam(c, c->format, oldspeed);
2007 ret = chn_setparam(c, format, speed);
2014 chn_setparam(c, oldformat, oldspeed);
H A Dchannel.h273 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);

Completed in 40 milliseconds