Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: hda - Add "eapd" model string for AD1986A codec

Also update the documentation to the latest state.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

+3 -6
+2 -6
Documentation/sound/alsa/HD-Audio-Models.txt
··· 113 113 114 114 AD1986A 115 115 ======= 116 - 6stack 6-jack, separate surrounds (default) 117 116 3stack 3-stack, shared surrounds 118 117 laptop 2-channel only (FSC V2060, Samsung M50) 119 - laptop-eapd 2-channel with EAPD (ASUS A6J) 120 - laptop-automute 2-channel with EAPD and HP-automute (Lenovo N100) 121 - ultra 2-channel with EAPD (Samsung Ultra tablet PC) 122 - samsung 2-channel with EAPD (Samsung R65) 123 - samsung-p50 2-channel with HP-automute (Samsung P50) 118 + laptop-imic 2-channel with built-in mic 119 + eapd Turn on EAPD constantly 124 120 125 121 AD1988/AD1988B/AD1989A/AD1989B 126 122 ==============================
+1
sound/pci/hda/patch_analog.c
··· 352 352 { .id = AD1986A_FIXUP_LAPTOP, .name = "laptop" }, 353 353 { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-imic" }, 354 354 { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-eapd" }, /* alias */ 355 + { .id = AD1986A_FIXUP_EAPD, .name = "eapd" }, 355 356 {} 356 357 }; 357 358