Home
last modified time | relevance | path

Searched refs:inv_eapd (Results 1 – 3 of 3) sorted by relevance

/linux/sound/hda/codecs/
H A Danalog.c91 !codec->inv_eapd ? 0x00 : 0x02); in ad198x_power_eapd_write()
94 !codec->inv_eapd ? 0x00 : 0x02);
140 if (codec->inv_eapd) in ad_vmaster_eapd_hook()
229 codec->inv_eapd = 0; in ad1986a_fixup_eapd()
391 codec->inv_eapd = 1; in ad1986a_probe()
H A Dgeneric.c119 val = snd_hda_get_bool_hint(codec, "inv_eapd"); in parse_user_hints()
121 codec->inv_eapd = !!val; in parse_user_hints()
925 if (codec->inv_eapd) in set_pin_eapd()
/linux/include/sound/
H A Dhda_codec.h247 unsigned int inv_eapd:1; /* broken h/w: inverted EAPD control */ member