ALSA: hda/realtek - Comprehensive model list for ALC262
authorTakashi Iwai <tiwai@suse.de>
Tue, 26 Jun 2018 15:02:08 +0000 (17:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Jun 2018 16:07:29 +0000 (18:07 +0200)
Added a few missing entries for ALC262 model strings.
All about specific hardwares.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Documentation/sound/hd-audio/models.rst
sound/pci/hda/patch_realtek.c

index 323c25c..5602355 100644 (file)
@@ -34,6 +34,22 @@ ALC262
 ======
 inv-dmic
     Inverted internal mic workaround
+fsc-h270
+    Fixups for Fujitsu-Siemens Celsius H270
+fsc-s7110
+    Fixups for Fujitsu-Siemens Lifebook S7110
+hp-z200
+    Fixups for HP Z200
+tyan
+    Fixups for Tyan Thunder n6650W
+lenovo-3000
+    Fixups for Lenovo 3000
+benq
+    Fixups for Benq ED8
+benq-t31
+    Fixups for Benq T31
+bayleybay
+    Fixups for Intel BayleyBay
 
 ALC267/268
 ==========
index 74540e0..fc21e28 100644 (file)
@@ -2557,6 +2557,14 @@ static const struct snd_pci_quirk alc262_fixup_tbl[] = {
 
 static const struct hda_model_fixup alc262_fixup_models[] = {
        {.id = ALC262_FIXUP_INV_DMIC, .name = "inv-dmic"},
+       {.id = ALC262_FIXUP_FSC_H270, .name = "fsc-h270"},
+       {.id = ALC262_FIXUP_FSC_S7110, .name = "fsc-s7110"},
+       {.id = ALC262_FIXUP_HP_Z200, .name = "hp-z200"},
+       {.id = ALC262_FIXUP_TYAN, .name = "tyan"},
+       {.id = ALC262_FIXUP_LENOVO_3000, .name = "lenovo-3000"},
+       {.id = ALC262_FIXUP_BENQ, .name = "benq"},
+       {.id = ALC262_FIXUP_BENQ_T31, .name = "benq-t31"},
+       {.id = ALC262_FIXUP_INTEL_BAYLEYBAY, .name = "bayleybay"},
        {}
 };