Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/au88x0/
Dau88x0_eq.c535 *gain = eq->this130[index + eq->this10]; in vortex_Eqlzr_GetRightGain()
548 eq->this130[index + eq->this10] = gain; in vortex_Eqlzr_SetRightGain()
562 if (eq->this10 == 0)
569 (vortex, si, &gains[si + eq->this10]))
573 while (eq->this10 > si) ;
583 vortex_EqHw_SetRightGainsTarget(vortex, &(eq->this130[eq->this10])); in vortex_Eqlzr_SetAllBandsFromActiveCoeffSet()
594 if (((eq->this10) * 2 != count) || (eq->this28 == 0)) in vortex_Eqlzr_SetAllBands()
667 vortex_Eqlzr_SetAllBands(vortex, eq_gains_normal, eq->this10 * 2); in vortex_Eqlzr_ReadAndSetActiveCoefSet()
674 if (eq->this10 == 0) in vortex_Eqlzr_GetAllPeaks()
676 *count = eq->this10 * 2; in vortex_Eqlzr_GetAllPeaks()
[all …]
Dau88x0_eq.h32 s32 this10; /* How many gains are used for each side (right or left). */ member