Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dcs46xx.c805 unsigned int frameGroupLength, cnt; in cs_set_adc_rate() local
883 frameGroupLength = 1; in cs_set_adc_rate()
886 frameGroupLength *= 2; in cs_set_adc_rate()
889 frameGroupLength *= 3; in cs_set_adc_rate()
893 frameGroupLength *= 5; in cs_set_adc_rate()
900 cs461x_poke(card, BA1_CFG1, frameGroupLength); in cs_set_adc_rate()
901 cs461x_poke(card, BA1_CFG2, (0x00800000 | frameGroupLength)); in cs_set_adc_rate()