Home
last modified time | relevance | path

Searched refs:correctionPerGOF (Results 1 – 2 of 2) sorted by relevance

/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c624 unsigned int correctionPerGOF, correctionPerSec; in cs46xx_dsp_create_src_task_scb() local
654 correctionPerGOF = tmp1 / GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
655 tmp1 -= correctionPerGOF * GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
664 correctionPerGOF,correctionPerSec, in cs46xx_dsp_create_src_task_scb()
Dcs46xx_lib.c727 unsigned int correctionPerGOF, correctionPerSec; in snd_cs46xx_set_play_sample_rate() local
754 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
755 tmp1 -= correctionPerGOF * GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
763 ((correctionPerSec << 16) & 0xFFFF0000) | (correctionPerGOF & 0xFFFF)); in snd_cs46xx_set_play_sample_rate()
772 unsigned int correctionPerGOF, correctionPerSec, initialDelay; in snd_cs46xx_set_capture_sample_rate() local
827 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_capture_sample_rate()
828 tmp1 -= correctionPerGOF * GOF_PER_SEC; in snd_cs46xx_set_capture_sample_rate()
837 ((correctionPerSec << 16) & 0xFFFF0000) | (correctionPerGOF & 0xFFFF)); in snd_cs46xx_set_capture_sample_rate()