Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/cs46xx/
Dcs46xx_lib.c773 unsigned int frameGroupLength, cnt; in snd_cs46xx_set_capture_sample_rate() local
849 frameGroupLength = 1; in snd_cs46xx_set_capture_sample_rate()
852 frameGroupLength *= 2; in snd_cs46xx_set_capture_sample_rate()
855 frameGroupLength *= 3; in snd_cs46xx_set_capture_sample_rate()
859 frameGroupLength *= 5; in snd_cs46xx_set_capture_sample_rate()
866 snd_cs46xx_poke(chip, BA1_CFG1, frameGroupLength); in snd_cs46xx_set_capture_sample_rate()
867 snd_cs46xx_poke(chip, BA1_CFG2, (0x00800000 | frameGroupLength)); in snd_cs46xx_set_capture_sample_rate()