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

/linux-master/sound/pci/hda/
H A Dpatch_analog.c81 !codec->inv_eapd ? 0x00 : 0x02);
84 !codec->inv_eapd ? 0x00 : 0x02);
131 if (codec->inv_eapd)
234 codec->inv_eapd = 0;
401 codec->inv_eapd = 1;
H A Dhda_generic.c119 val = snd_hda_get_bool_hint(codec, "inv_eapd");
121 codec->inv_eapd = !!val;
925 if (codec->inv_eapd)
/linux-master/include/sound/
H A Dhda_codec.h247 unsigned int inv_eapd:1; /* broken h/w: inverted EAPD control */ member in struct:hda_codec

Completed in 230 milliseconds