aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Henningsson <david.henningsson@canonical.com>2014-09-04 16:21:25 +0200
committerTakashi Iwai <tiwai@suse.de>2014-09-04 16:32:07 +0200
commita3ef352287ae8252de5190386b2b93ba4d366fa7 (patch)
tree2a9ca32d8b68b7c61d3a0841b965635c071b24d8
parent9dacb749b330ced3622cb314e6b96f47cc26fe52 (diff)
downloadhda-emu-a3ef352287ae8252de5190386b2b93ba4d366fa7.tar.gz
hda-emu: Allow some more codec IDs to use ATI HDMI special verbs
Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--hda-spec.c3
1 files changed, 3 insertions, 0 deletions
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 },