Searched refs:chn_reset (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sound/pcm/ |
H A D | vchan.c | 477 ret = chn_reset(c, c->format, newspd); in sysctl_dev_pcm_vchanrate() 572 ret = chn_reset(c, newfmt, c->speed); in sysctl_dev_pcm_vchanformat() 715 if ((ret = chn_reset(parent, vchanfmt, vchanspd)) != 0) in vchan_create() 772 chn_reset(parent, parent->format, parent->speed); in vchan_destroy()
|
H A D | channel.c | 1089 chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd) in chn_reset() function 1296 err = chn_reset(c, c->format, c->speed); in chn_init() 2508 err = chn_reset(c, bestformat, bestspeed); in chn_notify() 2529 err = chn_reset(c, bestformat, bestspeed); in chn_notify() 2556 chn_reset(c, bestformat, bestspeed); in chn_notify()
|
H A D | channel.h | 272 int chn_reset(struct pcm_channel *c, u_int32_t fmt, u_int32_t spd);
|
H A D | dsp.c | 228 if ((err = chn_reset(*ch, (*ch)->format, (*ch)->speed)) != 0) in dsp_chn_alloc() 304 chn_reset(rdch, 0, 0); in dsp_close() 329 chn_reset(wrch, 0, 0); in dsp_close()
|