|
@@ -3114,6 +3114,8 @@ static struct snd_pci_quirk cxt5066_cfg_tbl[] = {
|
|
|
SND_PCI_QUIRK(0x1028, 0x0401, "Dell Vostro 1014", CXT5066_DELL_VOSTRO),
|
|
|
SND_PCI_QUIRK(0x1028, 0x0402, "Dell Vostro", CXT5066_DELL_VOSTRO),
|
|
|
SND_PCI_QUIRK(0x1028, 0x0408, "Dell Inspiron One 19T", CXT5066_IDEAPAD),
|
|
|
+ SND_PCI_QUIRK(0x1028, 0x050f, "Dell Inspiron", CXT5066_IDEAPAD),
|
|
|
+ SND_PCI_QUIRK(0x1028, 0x0510, "Dell Vostro", CXT5066_IDEAPAD),
|
|
|
SND_PCI_QUIRK(0x103c, 0x360b, "HP G60", CXT5066_HP_LAPTOP),
|
|
|
SND_PCI_QUIRK(0x1043, 0x13f3, "Asus A52J", CXT5066_ASUS),
|
|
|
SND_PCI_QUIRK(0x1043, 0x1643, "Asus K52JU", CXT5066_ASUS),
|
|
@@ -3937,6 +3939,8 @@ static struct hda_codec_preset snd_hda_preset_conexant[] = {
|
|
|
.patch = patch_cxt5066 },
|
|
|
{ .id = 0x14f15069, .name = "CX20585",
|
|
|
.patch = patch_cxt5066 },
|
|
|
+ { .id = 0x14f1506e, .name = "CX20590",
|
|
|
+ .patch = patch_cxt5066 },
|
|
|
{ .id = 0x14f15097, .name = "CX20631",
|
|
|
.patch = patch_conexant_auto },
|
|
|
{ .id = 0x14f15098, .name = "CX20632",
|
|
@@ -3963,6 +3967,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:14f1506e");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f15097");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f15098");
|
|
|
MODULE_ALIAS("snd-hda-codec-id:14f150a1");
|