Searched refs:correctionPerGOF (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/pci/cs46xx/ |
| H A D | dsp_spos_scb_lib.c | 585 unsigned int correctionPerGOF, correctionPerSec; in cs46xx_dsp_create_src_task_scb() local 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() 625 correctionPerGOF,correctionPerSec, in cs46xx_dsp_create_src_task_scb()
|
| H A D | cs46xx_lib.c | 702 unsigned int correctionPerGOF, correctionPerSec; 710 * correctionPerGOF = floor((Fs,in * 2^26 - Fs,out * phiIncr) / in snd_cs46xx_set_play_sample_rate() 713 * GOF_PER_SEC * correctionPerGOF in snd_cs46xx_set_play_sample_rate() 718 * correctionPerGOF:correctionPerSec = 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() 738 ((correctionPerSec << 16) & 0xFFFF0000) | (correctionPerGOF & 0xFFFF)); in snd_cs46xx_set_play_sample_rate() 745 unsigned int correctionPerGOF, correctionPerSec, initialDelay; in snd_cs46xx_set_play_sample_rate() 769 * correctionPerGOF = floor((Fs,in * 2^26 - Fs,out * phiIncr) / in snd_cs46xx_set_capture_sample_rate() 772 * GOF_PER_SEC * correctionPerGOF in snd_cs46xx_set_capture_sample_rate() 712 unsigned int correctionPerGOF, correctionPerSec; snd_cs46xx_set_play_sample_rate() local 755 unsigned int correctionPerGOF, correctionPerSec, initialDelay; snd_cs46xx_set_capture_sample_rate() local [all...] |