Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_eq.c512 if (eq->this54) in vortex_Eqlzr_SetLeftGain()
537 if (eq->this54) in vortex_Eqlzr_SetRightGain()
589 if (eq->this54) in vortex_Eqlzr_SetAllBands()
602 if (eq->this54) in vortex_Eqlzr_SetA3dBypassGain()
616 if (eq->this54) in vortex_Eqlzr_ProgramA3dBypassGain()
691 eq->this54 = 0x0; /* if 1 => Dont Allow access to hardware (gains) */ in vortex_Eqlzr_init()
704 vortex_Eqlzr_SetBypass(vortex, eq->this54); in vortex_Eqlzr_init()
729 ucontrol->value.integer.value[0] = eq->this54 ? 0 : 1; in snd_vortex_eqtoggle_get()
742 eq->this54 = ucontrol->value.integer.value[0] ? 0 : 1; in snd_vortex_eqtoggle_put()
743 vortex_Eqlzr_SetBypass(vortex, eq->this54); in snd_vortex_eqtoggle_put()
H A Dau88x0_eq.h36 s32 this54; /* SetBypass */ member