From 109e4f4ef47502b4410d7948cc8da7d14bb0b47a Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Tue, 8 Feb 2011 07:16:06 +0100 Subject: [PATCH] --- yaml --- r: 233711 b: refs/heads/master c: 6da8b51657a9cd5a87b4e6e4c7bc76b598a95175 h: refs/heads/master i: 233709: 4ddf5ee8e79ea49252b6ecc4462be21ff83db2d4 233707: f54ab23d04b8ea07f2e15182f20095f7b930aa30 233703: bd282405d19af243081315cb27d3ffbdce5975a8 233695: 32478136cbe425a4ab392d99dad703d4f4f5cb08 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_conexant.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index aa1988fbb8bb..fdea836aa6de 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 382225e62bdb8059b7f915b133426425516dd300 +refs/heads/master: 6da8b51657a9cd5a87b4e6e4c7bc76b598a95175 diff --git a/trunk/sound/pci/hda/patch_conexant.c b/trunk/sound/pci/hda/patch_conexant.c index dd7c5c12225d..909ce9e09441 100644 --- a/trunk/sound/pci/hda/patch_conexant.c +++ b/trunk/sound/pci/hda/patch_conexant.c @@ -3937,6 +3937,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 +3965,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");