Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_eq.h41 u16 this130[20]; /* Left and Right gains */ member
H A Dau88x0_eq.c498 *gain = eq->this130[index]; in vortex_Eqlzr_GetLeftGain()
511 eq->this130[index] = gain; in vortex_Eqlzr_SetLeftGain()
523 *gain = eq->this130[index + eq->this10]; in vortex_Eqlzr_GetRightGain()
536 eq->this130[index + eq->this10] = gain; in vortex_Eqlzr_SetRightGain()
570 vortex_EqHw_SetLeftGainsTarget(vortex, eq->this130); in vortex_Eqlzr_SetAllBandsFromActiveCoeffSet()
571 vortex_EqHw_SetRightGainsTarget(vortex, &(eq->this130[eq->this10])); in vortex_Eqlzr_SetAllBandsFromActiveCoeffSet()
586 eq->this130[i] = gains[i]; in vortex_Eqlzr_SetAllBands()