projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45fe15c
)
pci: Add class 0x403 as 'audio controller'
author
Jan Kiszka
<jan.kiszka@siemens.com>
Mon, 2 May 2011 18:01:37 +0000
(20:01 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Thu, 5 May 2011 13:11:20 +0000
(16:11 +0300)
Used by HD audio controllers like our intel-hda.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.c
patch
|
blob
|
history
diff --git
a/hw/pci.c
b/hw/pci.c
index
410b67b
..
0875654
100644
(file)
--- a/
hw/pci.c
+++ b/
hw/pci.c
@@
-1169,6
+1169,7
@@
static const pci_class_desc pci_class_descriptions[] =
{ 0x0400, "Video controller", "video"},
{ 0x0401, "Audio controller", "sound"},
{ 0x0402, "Phone"},
+ { 0x0403, "Audio controller", "sound"},
{ 0x0480, "Multimedia controller"},
{ 0x0500, "RAM controller", "memory"},
{ 0x0501, "Flash controller", "flash"},