Searched refs:eapd (Results 1 - 4 of 4) 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_conexant.c675 unsigned int eapd; local
677 eapd = !!ucontrol->value.integer.value[0];
679 eapd = !eapd;
680 if (eapd == spec->cur_eapd)
683 spec->cur_eapd = eapd;
686 eapd ? 0x02 : 0x00);
1581 [CXT5047_LAPTOP_EAPD] = "laptop-eapd",
H A Dpatch_analog.c571 unsigned int eapd; local
572 eapd = !!ucontrol->value.integer.value[0];
574 eapd = !eapd;
575 if (eapd == spec->cur_eapd)
577 spec->cur_eapd = eapd;
580 eapd ? 0x02 : 0x00);
748 /* laptop-eapd model - 2ch only */
1005 /* eapd initialization */
1022 /* eapd initializatio
[all...]
H A Dhda_codec.c3004 * eapd and EAPD_BTLENABLE is set.
3008 int eapd = snd_hda_codec_read(codec, local
3011 eapd &= 0x02;
3012 if (eapd)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/
H A DMakefile566 obj-y += eapd/linux
710 $(STRIP) $(TARGETDIR)/bin/eapd

Completed in 148 milliseconds