Searched refs:chn_setparam (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | channel.c | 1140 r = chn_setparam(c, fmt, spd); in chn_reset() 1915 chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed) in chn_setparam() function 1971 ret = chn_setparam(c, format, speed); in chn_setspeed() 1978 chn_setparam(c, c->format, oldspeed); in chn_setspeed() 2000 ret = chn_setparam(c, format, speed); in chn_setformat() 2007 chn_setparam(c, oldformat, oldspeed); in chn_setformat()
|
| H A D | channel.h | 275 int chn_setparam(struct pcm_channel *c, uint32_t format, uint32_t speed);
|