Searched refs:coefset (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_eq.h38 /*0x60 */ auxxEqCoeffSet_t coefset; member in struct:__anon19148
H A Dau88x0_eq.c321 vortex_EqHw_Program10Band(vortex_t * vortex, auxxEqCoeffSet_t * coefset) argument
326 vortex_EqHw_SetLeftCoefs(vortex, coefset->LeftCoefs);
327 vortex_EqHw_SetRightCoefs(vortex, coefset->RightCoefs);
329 vortex_EqHw_SetLeftGainsCurrent(vortex, coefset->LeftGains);
331 vortex_EqHw_SetRightGainsTarget(vortex, coefset->RightGains);
332 vortex_EqHw_SetLeftGainsTarget(vortex, coefset->LeftGains);
334 vortex_EqHw_SetRightGainsCurrent(vortex, coefset->RightGains);
492 memcpy(&(eq->coefset), &asEqCoefsNormal, sizeof(auxxEqCoeffSet_t));
534 vortex_EqHw_Program10Band(vortex, &(eq->coefset));

Completed in 56 milliseconds