Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h283 int chn_setspeed(struct pcm_channel *c, uint32_t speed);
H A Ddsp.c884 chn_setspeed(wrch, p->play_rate); in dsp_ioctl()
900 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.c1089 if (spd != 0 && (err = chn_setspeed(c, spd))) in chn_reset()
2084 chn_setspeed(struct pcm_channel *c, uint32_t speed) in chn_setspeed() function