Searched refs:AC97_PD_EAPD (Results 1 – 2 of 2) sorted by relevance
135 #define AC97_PD_EAPD 0x8000 /* External Amplifer Power Down (EAPD) */ macro
586 if ((val_mask & AC97_PD_EAPD) && in snd_ac97_put_volsw()588 if (val & AC97_PD_EAPD) in snd_ac97_put_volsw()2386 power = ac97->regs[AC97_POWERDOWN] & ~AC97_PD_EAPD; in snd_ac97_powerdown()2388 power = ac97->regs[AC97_POWERDOWN] | AC97_PD_EAPD; in snd_ac97_powerdown()2848 snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD, in master_mute_sw_put()2850 AC97_PD_EAPD : 0); in master_mute_sw_put()2865 AC97_PD_EAPD, AC97_PD_EAPD /* mute LED on */ in tune_mute_led()2884 snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD, in hp_master_mute_sw_put()2886 AC97_PD_EAPD : 0); in hp_master_mute_sw_put()2904 AC97_PD_EAPD, AC97_PD_EAPD /* mute LED on */ in tune_hp_mute_led()