diff options
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index dd7c5c12225d..909ce9e09441 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -3937,6 +3937,8 @@ static struct hda_codec_preset snd_hda_preset_conexant[] = { | |||
3937 | .patch = patch_cxt5066 }, | 3937 | .patch = patch_cxt5066 }, |
3938 | { .id = 0x14f15069, .name = "CX20585", | 3938 | { .id = 0x14f15069, .name = "CX20585", |
3939 | .patch = patch_cxt5066 }, | 3939 | .patch = patch_cxt5066 }, |
3940 | { .id = 0x14f1506e, .name = "CX20590", | ||
3941 | .patch = patch_cxt5066 }, | ||
3940 | { .id = 0x14f15097, .name = "CX20631", | 3942 | { .id = 0x14f15097, .name = "CX20631", |
3941 | .patch = patch_conexant_auto }, | 3943 | .patch = patch_conexant_auto }, |
3942 | { .id = 0x14f15098, .name = "CX20632", | 3944 | { .id = 0x14f15098, .name = "CX20632", |
@@ -3963,6 +3965,7 @@ MODULE_ALIAS("snd-hda-codec-id:14f15066"); | |||
3963 | MODULE_ALIAS("snd-hda-codec-id:14f15067"); | 3965 | MODULE_ALIAS("snd-hda-codec-id:14f15067"); |
3964 | MODULE_ALIAS("snd-hda-codec-id:14f15068"); | 3966 | MODULE_ALIAS("snd-hda-codec-id:14f15068"); |
3965 | MODULE_ALIAS("snd-hda-codec-id:14f15069"); | 3967 | MODULE_ALIAS("snd-hda-codec-id:14f15069"); |
3968 | MODULE_ALIAS("snd-hda-codec-id:14f1506e"); | ||
3966 | MODULE_ALIAS("snd-hda-codec-id:14f15097"); | 3969 | MODULE_ALIAS("snd-hda-codec-id:14f15097"); |
3967 | MODULE_ALIAS("snd-hda-codec-id:14f15098"); | 3970 | MODULE_ALIAS("snd-hda-codec-id:14f15098"); |
3968 | MODULE_ALIAS("snd-hda-codec-id:14f150a1"); | 3971 | MODULE_ALIAS("snd-hda-codec-id:14f150a1"); |