Searched refs:chn_setparam (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/dev/sound/pcm/ |
| D | channel.c | 1147 r = chn_setparam(c, fmt, spd); in chn_reset() 1922 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function 1978 ret = chn_setparam(c, format, speed); in chn_setspeed() 1985 chn_setparam(c, c->format, oldspeed); in chn_setspeed() 2007 ret = chn_setparam(c, format, speed); in chn_setformat() 2014 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
|
| D | channel.h | 273 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);
|