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()2388 power = ac97->regs[AC97_POWERDOWN] & ~AC97_PD_EAPD; in snd_ac97_powerdown()2390 power = ac97->regs[AC97_POWERDOWN] | AC97_PD_EAPD; in snd_ac97_powerdown()2850 snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD, in master_mute_sw_put()2852 AC97_PD_EAPD : 0); in master_mute_sw_put()2867 AC97_PD_EAPD, AC97_PD_EAPD /* mute LED on */ in tune_mute_led()2886 snd_ac97_update_bits(ac97, AC97_POWERDOWN, AC97_PD_EAPD, in hp_master_mute_sw_put()2888 AC97_PD_EAPD : 0); in hp_master_mute_sw_put()2906 AC97_PD_EAPD, AC97_PD_EAPD /* mute LED on */ in tune_hp_mute_led()