Searched refs:chn_setspeed (Results 1 – 3 of 3) sorted by relevance
283 int chn_setspeed(struct pcm_channel *c, uint32_t speed);
884 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()
1089 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