Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/au88x0/
Dau88x0_eq.c68 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftCoefs()
71 for (n = 0; n < eqhw->this04; n++) { in vortex_EqHw_SetLeftCoefs()
90 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightCoefs()
93 for (n = 0; n < eqhw->this04; n++) { in vortex_EqHw_SetRightCoefs()
113 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftStates()
119 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetLeftStates()
130 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetRightStates()
136 for (ebx = 0; ebx < eqhw->this04; ebx++) { in vortex_EqHw_SetRightStates()
176 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetBypassGain()
223 eqhw_t *eqhw = &(vortex->eq.this04); in vortex_EqHw_SetLeftGainsTarget()
[all …]
Dau88x0_eq.h22 s32 this04; /* How many filters for each side (default = 10) */ member
27 eqhw_t this04; /* CHwEq */ member