Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c613 unsigned int correctionPerGOF, correctionPerSec; in cs46xx_dsp_create_src_task_scb() local
642 correctionPerGOF = tmp1 / GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
643 tmp1 -= correctionPerGOF * GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
652 correctionPerGOF,correctionPerSec, in cs46xx_dsp_create_src_task_scb()
Dcs46xx_lib.c540 unsigned int correctionPerGOF, correctionPerSec; in snd_cs46xx_set_play_sample_rate() local
567 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
568 tmp1 -= correctionPerGOF * GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
576 ((correctionPerSec << 16) & 0xFFFF0000) | (correctionPerGOF & 0xFFFF)); in snd_cs46xx_set_play_sample_rate()
585 unsigned int correctionPerGOF, correctionPerSec, initialDelay; in snd_cs46xx_set_capture_sample_rate() local
640 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_capture_sample_rate()
641 tmp1 -= correctionPerGOF * GOF_PER_SEC; in snd_cs46xx_set_capture_sample_rate()
650 ((correctionPerSec << 16) & 0xFFFF0000) | (correctionPerGOF & 0xFFFF)); in snd_cs46xx_set_capture_sample_rate()