Home
last modified time | relevance | path

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

/linux/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c569 #define GOF_PER_SEC 200 macro
615 correctionPerGOF = tmp1 / GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
616 tmp1 -= correctionPerGOF * GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
H A Dcs46xx_lib.c696 #define GOF_PER_SEC 200 in snd_cs46xx_proc_stop()
711 * GOF_PER_SEC) in snd_cs46xx_set_play_sample_rate()
713 * GOF_PER_SEC * correctionPerGOF in snd_cs46xx_set_play_sample_rate()
719 * dividend:remainder(ulOther / GOF_PER_SEC) in snd_cs46xx_set_play_sample_rate()
729 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
730 tmp1 -= correctionPerGOF * GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
770 * GOF_PER_SEC) in snd_cs46xx_set_capture_sample_rate()
772 * GOF_PER_SEC * correctionPerGOF in snd_cs46xx_set_capture_sample_rate()
780 * dividend:remainder(ulOther / GOF_PER_SEC) in snd_cs46xx_set_capture_sample_rate()
800 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_capture_sample_rate()
706 #define GOF_PER_SEC global() macro
[all...]