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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_sigmatel.c200 unsigned int eapd_switch: 1; member in struct:sigmatel_spec
4245 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4247 spec->eapd_switch = val;
4278 /* turn on EAPD statically when spec->eapd_switch isn't set.
4281 if (!spec->eapd_switch)
4540 if (spec->eapd_mask && spec->eapd_switch)
4549 if (spec->eapd_mask && spec->eapd_switch)
5238 spec->eapd_switch = 0;
5259 spec->eapd_switch = 0;
5264 spec->eapd_switch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx_lib.c1726 chip->eapd_switch = NULL;
2317 chip->eapd_switch = snd_ctl_find_id(chip->card, &id);
3254 if (chip->eapd_switch)
3256 &chip->eapd_switch->id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx.h1705 struct snd_kcontrol *eapd_switch; /* for amplifier hack */ member in struct:snd_cs46xx

Completed in 70 milliseconds