diff mbox

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

Message ID 1409840486-14961-4-git-send-email-david.henningsson@canonical.com (mailing list archive)
State Accepted
Delegated to: Takashi Iwai
Headers show

Commit Message

David Henningsson Sept. 4, 2014, 2:21 p.m. UTC
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
 hda-spec.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

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 },