aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda')
-rw-r--r--sound/pci/hda/patch_conexant.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 993b25c17711..c205bb1747fd 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -3656,6 +3656,8 @@ static const struct hda_codec_preset snd_hda_preset_conexant[] = {
3656 .patch = patch_conexant_auto }, 3656 .patch = patch_conexant_auto },
3657 { .id = 0x14f15115, .name = "CX20757", 3657 { .id = 0x14f15115, .name = "CX20757",
3658 .patch = patch_conexant_auto }, 3658 .patch = patch_conexant_auto },
3659 { .id = 0x14f151d7, .name = "CX20952",
3660 .patch = patch_conexant_auto },
3659 {} /* terminator */ 3661 {} /* terminator */
3660}; 3662};
3661 3663
@@ -3682,6 +3684,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15111");
3682MODULE_ALIAS("snd-hda-codec-id:14f15113"); 3684MODULE_ALIAS("snd-hda-codec-id:14f15113");
3683MODULE_ALIAS("snd-hda-codec-id:14f15114"); 3685MODULE_ALIAS("snd-hda-codec-id:14f15114");
3684MODULE_ALIAS("snd-hda-codec-id:14f15115"); 3686MODULE_ALIAS("snd-hda-codec-id:14f15115");
3687MODULE_ALIAS("snd-hda-codec-id:14f151d7");
3685 3688
3686MODULE_LICENSE("GPL"); 3689MODULE_LICENSE("GPL");
3687MODULE_DESCRIPTION("Conexant HD-audio codec"); 3690MODULE_DESCRIPTION("Conexant HD-audio codec");