Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dcsapcm.c223 u_long dwFrameGroupLength, dwCnt; in csa_setcapturesamplerate() local
299 dwFrameGroupLength = 1; in csa_setcapturesamplerate()
305 dwFrameGroupLength *= 2; in csa_setcapturesamplerate()
311 dwFrameGroupLength *= 3; in csa_setcapturesamplerate()
318 dwFrameGroupLength *= 5; in csa_setcapturesamplerate()
325 csa_writemem(resp, BA1_CFG1, dwFrameGroupLength); in csa_setcapturesamplerate()
326 csa_writemem(resp, BA1_CFG2, (0x00800000 | dwFrameGroupLength)); in csa_setcapturesamplerate()