Searched refs:chn_reset (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/sound/pcm/ |
| H A D | vchan.c | 474 ret = chn_reset(c, c->format, newspd); in sysctl_dev_pcm_vchanrate() 573 ret = chn_reset(c, newfmt, c->speed); in sysctl_dev_pcm_vchanformat() 661 if ((ret = chn_reset(parent, vchanfmt, vchanspd)) != 0) in vchan_create() 705 chn_reset(parent, parent->format, parent->speed); in vchan_destroy()
|
| H A D | channel.c | 1064 chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd) in chn_reset() function 1263 err = chn_reset(c, c->format, c->speed); in chn_init() 2479 err = chn_reset(c, bestformat, bestspeed); in chn_notify() 2499 err = chn_reset(c, bestformat, bestspeed); in chn_notify() 2524 chn_reset(c, bestformat, bestspeed); in chn_notify()
|
| H A D | channel.h | 273 int chn_reset(struct pcm_channel *c, uint32_t fmt, uint32_t spd);
|
| H A D | dsp.c | 242 if ((err = chn_reset(*ch, (*ch)->format, (*ch)->speed)) != 0) in dsp_chn_alloc() 312 chn_reset(rdch, 0, 0); in dsp_close() 336 chn_reset(wrch, 0, 0); in dsp_close()
|