Add support for Conexant codecs CX20721, CX20722, CX20723 and CX20724
Bug #1454656 reported by
David Henningsson
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HWE Next |
Fix Released
|
Undecided
|
David Henningsson | ||
linux (Ubuntu) |
Fix Released
|
Undecided
|
David Henningsson | ||
Precise |
Fix Released
|
Undecided
|
Unassigned | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned | ||
Utopic |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
These codecs can be trivially supported by adding the relevant id:s to the right tables.
X-HWE-Bug: Bug #1446932
description: | updated |
Changed in linux (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in hwe-next: | |
status: | New → Fix Committed |
assignee: | nobody → David Henningsson (diwic) |
Changed in linux (Ubuntu Utopic): | |
status: | New → Fix Committed |
Changed in linux (Ubuntu Trusty): | |
status: | New → Fix Committed |
tags: |
added: verification-done-trusty verification-done-utopic verification-done-vivid removed: verification-needed-trusty verification-needed-utopic verification-needed-vivid |
Changed in linux (Ubuntu Precise): | |
status: | New → Fix Committed |
tags: |
added: verification-done-precise removed: verification-needed-precise |
Changed in hwe-next: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This patch adds support for Conexant HD Audio codecs
CX20721, CX20722, CX20723 and CX20724.
Cc: <email address hidden> /bugs.launchpad .net/bugs/ 1454656 pci/hda/ patch_conexant. c | 12 ++++++++++++
BugLink: https:/
Signed-off-by: David Henningsson <email address hidden>
---
sound/
1 file changed, 12 insertions(+)
diff --git a/sound/ pci/hda/ patch_conexant. c b/sound/ pci/hda/ patch_conexant. c pci/hda/ patch_conexant. c pci/hda/ patch_conexant. c preset_ conexant[ ] = { ALIAS(" snd-hda- codec-id: 14f150ab" ); ALIAS(" snd-hda- codec-id: 14f150ac" ); ALIAS(" snd-hda- codec-id: 14f150b8" ); ALIAS(" snd-hda- codec-id: 14f150b9" ); ALIAS(" snd-hda- codec-id: 14f150f1" ); ALIAS(" snd-hda- codec-id: 14f150f2" ); ALIAS(" snd-hda- codec-id: 14f150f3" ); ALIAS(" snd-hda- codec-id: 14f150f4" ); ALIAS(" snd-hda- codec-id: 14f1510f" ); ALIAS(" snd-hda- codec-id: 14f15110" ); ALIAS(" snd-hda- codec-id: 14f15111" );
index f8f0dfb..78b719b 100644
--- a/sound/
+++ b/sound/
@@ -968,6 +968,14 @@ static const struct hda_codec_preset snd_hda_
.patch = patch_conexant_auto },
{ .id = 0x14f150b9, .name = "CX20665",
.patch = patch_conexant_auto },
+ { .id = 0x14f150f1, .name = "CX20721",
+ .patch = patch_conexant_auto },
+ { .id = 0x14f150f2, .name = "CX20722",
+ .patch = patch_conexant_auto },
+ { .id = 0x14f150f3, .name = "CX20723",
+ .patch = patch_conexant_auto },
+ { .id = 0x14f150f4, .name = "CX20724",
+ .patch = patch_conexant_auto },
{ .id = 0x14f1510f, .name = "CX20751/2",
.patch = patch_conexant_auto },
{ .id = 0x14f15110, .name = "CX20751/2",
@@ -1002,6 +1010,10 @@ MODULE_
MODULE_
MODULE_
MODULE_
+MODULE_
+MODULE_
+MODULE_
+MODULE_
MODULE_
MODULE_
MODULE_
--
1.9.1