Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/au88x0/
Dau88x0_eq.c524 if (eq->this54) in vortex_Eqlzr_SetLeftGain()
549 if (eq->this54) in vortex_Eqlzr_SetRightGain()
601 if (eq->this54) in vortex_Eqlzr_SetAllBands()
614 if (eq->this54) in vortex_Eqlzr_SetA3dBypassGain()
628 if (eq->this54) in vortex_Eqlzr_ProgramA3dBypassGain()
703 eq->this54 = 0x0; /* if 1 => Dont Allow access to hardware (gains) */ in vortex_Eqlzr_init()
716 vortex_Eqlzr_SetBypass(vortex, eq->this54); in vortex_Eqlzr_init()
741 ucontrol->value.integer.value[0] = eq->this54 ? 0 : 1; in snd_vortex_eqtoggle_get()
754 eq->this54 = ucontrol->value.integer.value[0] ? 0 : 1; in snd_vortex_eqtoggle_put()
755 vortex_Eqlzr_SetBypass(vortex, eq->this54); in snd_vortex_eqtoggle_put()
Dau88x0_eq.h36 s32 this54; /* SetBypass */ member