diff options
| author | David Henningsson <david.henningsson@canonical.com> | 2015-05-13 07:28:54 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2015-05-18 02:20:03 -0400 |
| commit | 6ffc0898b29a2811a6c0569c5dd9b581980110df (patch) | |
| tree | 924cc08701466647197d5271781b4a20f3b81281 | |
| parent | 1f8b46cdc806dfd76386f8442d9a6d0ae69abb25 (diff) | |
ALSA: hda - Add Conexant codecs CX20721, CX20722, CX20723 and CX20724
This patch adds support for Conexant HD Audio codecs
CX20721, CX20722, CX20723 and CX20724.
Cc: stable@vger.kernel.org
BugLink: https://bugs.launchpad.net/bugs/1454656
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
| -rw-r--r-- | sound/pci/hda/patch_conexant.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index f8f0dfbef149..78b719b5b34d 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
| @@ -968,6 +968,14 @@ static const struct hda_codec_preset snd_hda_preset_conexant[] = { | |||
| 968 | .patch = patch_conexant_auto }, | 968 | .patch = patch_conexant_auto }, |
| 969 | { .id = 0x14f150b9, .name = "CX20665", | 969 | { .id = 0x14f150b9, .name = "CX20665", |
| 970 | .patch = patch_conexant_auto }, | 970 | .patch = patch_conexant_auto }, |
| 971 | { .id = 0x14f150f1, .name = "CX20721", | ||
| 972 | .patch = patch_conexant_auto }, | ||
| 973 | { .id = 0x14f150f2, .name = "CX20722", | ||
| 974 | .patch = patch_conexant_auto }, | ||
| 975 | { .id = 0x14f150f3, .name = "CX20723", | ||
| 976 | .patch = patch_conexant_auto }, | ||
| 977 | { .id = 0x14f150f4, .name = "CX20724", | ||
| 978 | .patch = patch_conexant_auto }, | ||
| 971 | { .id = 0x14f1510f, .name = "CX20751/2", | 979 | { .id = 0x14f1510f, .name = "CX20751/2", |
| 972 | .patch = patch_conexant_auto }, | 980 | .patch = patch_conexant_auto }, |
| 973 | { .id = 0x14f15110, .name = "CX20751/2", | 981 | { .id = 0x14f15110, .name = "CX20751/2", |
| @@ -1002,6 +1010,10 @@ MODULE_ALIAS("snd-hda-codec-id:14f150ab"); | |||
| 1002 | MODULE_ALIAS("snd-hda-codec-id:14f150ac"); | 1010 | MODULE_ALIAS("snd-hda-codec-id:14f150ac"); |
| 1003 | MODULE_ALIAS("snd-hda-codec-id:14f150b8"); | 1011 | MODULE_ALIAS("snd-hda-codec-id:14f150b8"); |
| 1004 | MODULE_ALIAS("snd-hda-codec-id:14f150b9"); | 1012 | MODULE_ALIAS("snd-hda-codec-id:14f150b9"); |
| 1013 | MODULE_ALIAS("snd-hda-codec-id:14f150f1"); | ||
| 1014 | MODULE_ALIAS("snd-hda-codec-id:14f150f2"); | ||
| 1015 | MODULE_ALIAS("snd-hda-codec-id:14f150f3"); | ||
| 1016 | MODULE_ALIAS("snd-hda-codec-id:14f150f4"); | ||
| 1005 | MODULE_ALIAS("snd-hda-codec-id:14f1510f"); | 1017 | MODULE_ALIAS("snd-hda-codec-id:14f1510f"); |
| 1006 | MODULE_ALIAS("snd-hda-codec-id:14f15110"); | 1018 | MODULE_ALIAS("snd-hda-codec-id:14f15110"); |
| 1007 | MODULE_ALIAS("snd-hda-codec-id:14f15111"); | 1019 | MODULE_ALIAS("snd-hda-codec-id:14f15111"); |
