Searched refs:chn_setparam (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/sound/pcm/ |
| H A D | channel.c | 1143 r = chn_setparam(c, fmt, spd); in chn_reset() 2108 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function 2164 ret = chn_setparam(c, format, speed); in chn_setspeed() 2171 chn_setparam(c, c->format, oldspeed); in chn_setspeed() 2193 ret = chn_setparam(c, format, speed); in chn_setformat() 2200 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
|
| H A D | channel.h | 277 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);
|