Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/sound/pci/
H A Dcsapcm.c226 u_long dwFrameGroupLength, dwCnt; in csa_setcapturesamplerate() local
302 dwFrameGroupLength = 1; in csa_setcapturesamplerate()
308 dwFrameGroupLength *= 2; in csa_setcapturesamplerate()
314 dwFrameGroupLength *= 3; in csa_setcapturesamplerate()
321 dwFrameGroupLength *= 5; in csa_setcapturesamplerate()
328 csa_writemem(resp, BA1_CFG1, dwFrameGroupLength); in csa_setcapturesamplerate()
329 csa_writemem(resp, BA1_CFG2, (0x00800000 | dwFrameGroupLength)); in csa_setcapturesamplerate()