Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/cs46xx/
Ddsp_spos_scb_lib.c582 #define GOF_PER_SEC 200 macro
628 correctionPerGOF = tmp1 / GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
629 tmp1 -= correctionPerGOF * GOF_PER_SEC; in cs46xx_dsp_create_src_task_scb()
Dcs46xx_lib.c706 #define GOF_PER_SEC 200 macro
740 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
741 tmp1 -= correctionPerGOF * GOF_PER_SEC; in snd_cs46xx_set_play_sample_rate()
813 correctionPerGOF = tmp1 / GOF_PER_SEC; in snd_cs46xx_set_capture_sample_rate()
814 tmp1 -= correctionPerGOF * GOF_PER_SEC; in snd_cs46xx_set_capture_sample_rate()