[alsa-devel] [PATCH 3/4] hda-emu: Allow some more codec IDs to use ATI HDMI special verbs

David Henningsson david.henningsson at canonical.com
Thu Sep 4 16:21:25 CEST 2014


Signed-off-by: David Henningsson <david.henningsson at canonical.com>
---
 hda-spec.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hda-spec.c b/hda-spec.c
index b03d06a..58dd87a 100644
--- a/hda-spec.c
+++ b/hda-spec.c
@@ -434,6 +434,9 @@ static struct verb_ext_list extensions[] = {
 	{ .id = 0x11060446, .verbs = vt2002p_verbs },
 	{ .id = 0x11068446, .verbs = vt2002p_verbs },
 
+	{ .id = 0x1002793c, .verbs = amdhdmi_verbs },
+	{ .id = 0x10027919, .verbs = amdhdmi_verbs },
+	{ .id = 0x1002791a, .verbs = amdhdmi_verbs },
 	{ .id = 0x1002aa01, .verbs = amdhdmi_verbs },
 
 	{ .id = 0x10de0002, .verbs = nvhdmi_8ch_7x_verbs },
-- 
1.9.1



More information about the Alsa-devel mailing list