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
587 if ((val_mask & AC97_PD_EAPD) && in snd_ac97_put_volsw()589 if (val & AC97_PD_EAPD) in snd_ac97_put_volsw()2387 power = ac97->regs[AC97_POWERDOWN] & ~AC97_PD_EAPD; in snd_ac97_powerdown()2389 power = ac97->regs[AC97_POWERDOWN] | AC97_PD_EAPD; in snd_ac97_powerdown()2833 snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD, in master_mute_sw_put()2835 AC97_PD_EAPD : 0); in master_mute_sw_put()2850 AC97_PD_EAPD, AC97_PD_EAPD /* mute LED on */ in tune_mute_led()2869 snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD, in hp_master_mute_sw_put()2871 AC97_PD_EAPD : 0); in hp_master_mute_sw_put()2889 AC97_PD_EAPD, AC97_PD_EAPD /* mute LED on */ in tune_hp_mute_led()