aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/sound/alsa/HD-Audio-Models.txt8
-rw-r--r--sound/pci/hda/patch_analog.c1
2 files changed, 3 insertions, 6 deletions
diff --git a/Documentation/sound/alsa/HD-Audio-Models.txt b/Documentation/sound/alsa/HD-Audio-Models.txt
index a5e754714344..5a3163cac6c3 100644
--- a/Documentation/sound/alsa/HD-Audio-Models.txt
+++ b/Documentation/sound/alsa/HD-Audio-Models.txt
@@ -113,14 +113,10 @@ AD1984
113 113
114AD1986A 114AD1986A
115======= 115=======
116 6stack 6-jack, separate surrounds (default)
117 3stack 3-stack, shared surrounds 116 3stack 3-stack, shared surrounds
118 laptop 2-channel only (FSC V2060, Samsung M50) 117 laptop 2-channel only (FSC V2060, Samsung M50)
119 laptop-eapd 2-channel with EAPD (ASUS A6J) 118 laptop-imic 2-channel with built-in mic
120 laptop-automute 2-channel with EAPD and HP-automute (Lenovo N100) 119 eapd Turn on EAPD constantly
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)
124 120
125AD1988/AD1988B/AD1989A/AD1989B 121AD1988/AD1988B/AD1989A/AD1989B
126============================== 122==============================
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 4714ff92f15e..c81b715d6c98 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -352,6 +352,7 @@ static const struct hda_model_fixup ad1986a_fixup_models[] = {
352 { .id = AD1986A_FIXUP_LAPTOP, .name = "laptop" }, 352 { .id = AD1986A_FIXUP_LAPTOP, .name = "laptop" },
353 { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-imic" }, 353 { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-imic" },
354 { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-eapd" }, /* alias */ 354 { .id = AD1986A_FIXUP_LAPTOP_IMIC, .name = "laptop-eapd" }, /* alias */
355 { .id = AD1986A_FIXUP_EAPD, .name = "eapd" },
355 {} 356 {}
356}; 357};
357 358