Searched refs:mixart_set_clock (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart.c163 static int mixart_set_clock(struct mixart_mgr *mgr, function
181 snd_printk(KERN_ERR "error mixart_set_clock(%d) called with wrong pipe->status !\n", rate);
193 snd_printdd("mixart_set_clock to %d kHz\n", rate);
344 err = mixart_set_clock( mgr, pipe, 0);
346 snd_printk(KERN_ERR "mixart_set_clock(0) return error!\n");
488 if( mixart_set_clock(chip->mgr, stream->pipe, subs->runtime->rate) )

Completed in 36 milliseconds