Home
last modified time | relevance | path

Searched refs:AC97_SCAP_INV_EAPD (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/sound/pci/cs5535audio/
Dcs5535audio_olpc.c141 ac97->scaps |= AC97_SCAP_INV_EAPD; in olpc_prequirks()
/linux-6.1.9/include/sound/
Dac97_codec.h132 #define AC97_SCAP_INV_EAPD (1<<7) /* inverted EAPD */ macro
/linux-6.1.9/sound/pci/ac97/
Dac97_codec.c684 ac97->scaps |= AC97_SCAP_INV_EAPD; in set_inv_eapd()
1699 if (ac97->scaps & AC97_SCAP_INV_EAPD) in snd_ac97_mixer_build()
2387 if (ac97->scaps & AC97_SCAP_INV_EAPD) in snd_ac97_powerdown()
/linux-6.1.9/sound/pci/cs46xx/
Dcs46xx_lib.c2425 ac97.scaps = AC97_SCAP_INV_EAPD; in cs46xx_detect_codec()