Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A 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) ;
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()
688 eq->this10 = 0xa; /* 10 eq frequency bands. */ in vortex_Eqlzr_init()
[all …]
H A Dau88x0_eq.h33 s32 this10; /* How many gains are used for each side (right or left). */ member