Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_eq.c459 vortex_EqHw_Program10Band(vortex_t * vortex, auxxEqCoeffSet_t * coefset) in vortex_EqHw_Program10Band() argument
464 vortex_EqHw_SetLeftCoefs(vortex, coefset->LeftCoefs); in vortex_EqHw_Program10Band()
465 vortex_EqHw_SetRightCoefs(vortex, coefset->RightCoefs); in vortex_EqHw_Program10Band()
467 vortex_EqHw_SetLeftGainsCurrent(vortex, coefset->LeftGains); in vortex_EqHw_Program10Band()
469 vortex_EqHw_SetRightGainsTarget(vortex, coefset->RightGains); in vortex_EqHw_Program10Band()
470 vortex_EqHw_SetLeftGainsTarget(vortex, coefset->LeftGains); in vortex_EqHw_Program10Band()
472 vortex_EqHw_SetRightGainsCurrent(vortex, coefset->RightGains); in vortex_EqHw_Program10Band()
653 memcpy(&(eq->coefset), &asEqCoefsNormal, sizeof(auxxEqCoeffSet_t)); in vortex_Eqlzr_ReadAndSetActiveCoefSet()
674 return (&(eq->coefset));
703 vortex_EqHw_Program10Band(vortex, &(eq->coefset)); in vortex_Eqlzr_init()
H A Dau88x0_eq.h39 /*0x60 */ auxxEqCoeffSet_t coefset; member