Searched refs:chn_setparam (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/dev/sound/pcm/ |
| HD | channel.c | 1191 r = chn_setparam(c, fmt, spd); in chn_reset() 1966 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function 2022 ret = chn_setparam(c, format, speed); in chn_setspeed() 2029 chn_setparam(c, c->format, oldspeed); in chn_setspeed() 2051 ret = chn_setparam(c, format, speed); in chn_setformat() 2058 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
|
| HD | channel.h | 273 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);
|