Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/au88x0/
Dau88x0_eq.c523 *gain = eq->this130[index + eq->this10]; in vortex_Eqlzr_GetRightGain()
536 eq->this130[index + eq->this10] = gain; in vortex_Eqlzr_SetRightGain()
550 if (eq->this10 == 0)
557 (vortex, si, &gains[si + eq->this10]))
561 while (eq->this10 > si) ;
571 vortex_EqHw_SetRightGainsTarget(vortex, &(eq->this130[eq->this10])); in vortex_Eqlzr_SetAllBandsFromActiveCoeffSet()
582 if (((eq->this10) * 2 != count) || (eq->this28 == 0)) in vortex_Eqlzr_SetAllBands()
655 vortex_Eqlzr_SetAllBands(vortex, eq_gains_normal, eq->this10 * 2); in vortex_Eqlzr_ReadAndSetActiveCoefSet()
662 if (eq->this10 == 0) in vortex_Eqlzr_GetAllPeaks()
664 *count = eq->this10 * 2; in vortex_Eqlzr_GetAllPeaks()
[all …]
Dau88x0_eq.h33 s32 this10; /* How many gains are used for each side (right or left). */ member