Searched refs:chn_setparam (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/sound/pcm/ |
| H A D | channel.c | 1076 r = chn_setparam(c, fmt, spd); in chn_reset() 2028 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function 2079 ret = chn_setparam(c, c->format, speed); in chn_setspeed() 2086 chn_setparam(c, oldformat, oldspeed); in chn_setspeed() 2124 ret = chn_setparam(c, format, c->speed); in chn_setformat() 2131 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
|
| H A D | channel.h | 282 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);
|