Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c759 unsigned int frameGroupLength, cnt; in snd_cs46xx_set_capture_sample_rate() local
835 frameGroupLength = 1; in snd_cs46xx_set_capture_sample_rate()
838 frameGroupLength *= 2; in snd_cs46xx_set_capture_sample_rate()
841 frameGroupLength *= 3; in snd_cs46xx_set_capture_sample_rate()
845 frameGroupLength *= 5; in snd_cs46xx_set_capture_sample_rate()
852 snd_cs46xx_poke(chip, BA1_CFG1, frameGroupLength); in snd_cs46xx_set_capture_sample_rate()
853 snd_cs46xx_poke(chip, BA1_CFG2, (0x00800000 | frameGroupLength)); in snd_cs46xx_set_capture_sample_rate()