Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/
H A Dsigmatel.c173 unsigned int eapd_switch: 1; member
412 if (spec->eapd_mask && spec->eapd_switch) { in stac_update_outputs()
553 val = snd_hda_get_bool_hint(codec, "eapd_switch"); in stac_store_hints()
555 spec->eapd_switch = val; in stac_store_hints()
1799 spec->eapd_switch = 0; in stac92hd73xx_fixup_ref()
1858 spec->eapd_switch = 0; in stac92hd73xx_fixup_alienware_m17x()
2184 spec->eapd_switch = 0; in stac92hd83xxx_fixup_gpio10_eapd()
4137 spec->eapd_switch = 0; in stac9205_fixup_dell_m43()
4357 /* turn on EAPD statically when spec->eapd_switch isn't set. in stac_init()
4360 if (!spec->eapd_switch) in stac_init()
[all...]
/linux/sound/pci/cs46xx/
H A Dcs46xx.h1689 struct snd_kcontrol *eapd_switch; /* for amplifier hack */ member
H A Dcs46xx_lib.c1836 chip->eapd_switch = NULL; in snd_cs46xx_mixer_free_ac97()
2458 chip->eapd_switch = snd_ctl_find_id_mixer(chip->card, in snd_cs46xx_mixer()
3376 if (chip->eapd_switch) in amp_voyetra()
3378 &chip->eapd_switch->id); in amp_voyetra()