Home
last modified time | relevance | path

Searched refs:chn_setspeed (Results 1 – 3 of 3) sorted by last modified time

/freebsd/sys/dev/sound/pcm/
H A Ddsp.c888 chn_setspeed(wrch, p->play_rate); in dsp_ioctl()
904 chn_setspeed(rdch, p->rec_rate); in dsp_ioctl()
1084 ret = chn_setspeed(wrch, *arg_i); in dsp_ioctl()
1090 ret = chn_setspeed(rdch, *arg_i); in dsp_ioctl()
H A Dchannel.c1150 r = chn_setspeed(c, spd); in chn_reset()
2171 chn_setspeed(struct pcm_channel *c, uint32_t speed) in chn_setspeed() function
H A Dchannel.h278 int chn_setspeed(struct pcm_channel *c, uint32_t speed);