Home
last modified time | relevance | path

Searched refs:chn_setspeed (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/sound/pcm/
H A Dchannel.h283 int chn_setspeed(struct pcm_channel *c, uint32_t speed);
H A Ddsp.c879 chn_setspeed(wrch, p->play_rate); in dsp_ioctl()
895 chn_setspeed(rdch, p->rec_rate); in dsp_ioctl()
1104 ret = chn_setspeed(wrch, *arg_i); in dsp_ioctl()
1110 ret = chn_setspeed(rdch, *arg_i); in dsp_ioctl()
H A Dchannel.c1083 r = chn_setspeed(c, spd); in chn_reset()
2068 chn_setspeed(struct pcm_channel *c, uint32_t speed) in chn_setspeed() function