|
@@ -3075,6 +3075,7 @@ static const char * const cxt5066_models[CXT5066_MODELS] = {
|
|
|
};
|
|
|
|
|
|
static const struct snd_pci_quirk cxt5066_cfg_tbl[] = {
|
|
|
+ SND_PCI_QUIRK(0x1025, 0x054c, "Acer Aspire 3830TG", CXT5066_AUTO),
|
|
|
SND_PCI_QUIRK_MASK(0x1025, 0xff00, 0x0400, "Acer", CXT5066_IDEAPAD),
|
|
|
SND_PCI_QUIRK(0x1028, 0x02d8, "Dell Vostro", CXT5066_DELL_VOSTRO),
|
|
|
SND_PCI_QUIRK(0x1028, 0x02f5, "Dell Vostro 320", CXT5066_IDEAPAD),
|
|
@@ -4379,6 +4380,8 @@ static const struct hda_codec_preset snd_hda_preset_conexant[] = {
|
|
|
.patch = patch_cxt5066 },
|
|
|
{ .id = 0x14f15069, .name = "CX20585",
|
|
|
.patch = patch_cxt5066 },
|
|
|
+ { .id = 0x14f1506c, .name = "CX20588",
|
|
|
+ .patch = patch_cxt5066 },
|
|
|
{ .id = 0x14f1506e, .name = "CX20590",
|
|
|
.patch = patch_cxt5066 },
|
|
|
{ .id = 0x14f15097, .name = "CX20631",
|
|
@@ -4407,6 +4410,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15066");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f15067");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f15068");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f15069");
|
|
|
+MODULE_ALIAS("snd-hda-codec-id:14f1506c");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f1506e");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f15097");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f15098");
|