Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c597 #define GOF_PER_SEC 200 macro
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()
Dcs46xx_lib.c533 #define GOF_PER_SEC 200 macro
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()
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()