Home
last modified time | relevance | path

Searched refs:chn_reset (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/sound/pcm/
H A Dvchan.c527 ret = chn_reset(c, c->format, newspd); in sysctl_dev_pcm_vchanrate()
634 ret = chn_reset(c, newfmt, c->speed); in sysctl_dev_pcm_vchanformat()
808 ret = chn_reset(parent, vchanfmt, vchanspd); in vchan_create()
881 chn_reset(parent, parent->format, parent->speed); in vchan_destroy()
H A Dchannel.h266 int chn_reset(struct pcm_channel *c, u_int32_t fmt, u_int32_t spd);
H A Dchannel.c1175 chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd) in chn_reset() function
2433 err = chn_reset(c, bestformat, bestspeed); in chn_notify()
2454 err = chn_reset(c, bestformat, bestspeed); in chn_notify()
2481 chn_reset(c, bestformat, bestspeed); in chn_notify()
H A Ddsp.c573 if (rderror == 0 && chn_reset(rdch, fmt, spd) != 0) in dsp_open()
609 if (wrerror == 0 && chn_reset(wrch, fmt, spd) != 0) in dsp_open()
776 chn_reset(rdch, 0, 0); in dsp_close()
794 chn_reset(wrch, 0, 0); in dsp_close()