qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] pci: Add class 0x403 as 'audio controller'
@ 2011-05-02 18:01 Jan Kiszka
  2011-05-05 13:11 ` Michael S. Tsirkin
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2011-05-02 18:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael S. Tsirkin

Used by HD audio controllers like our intel-hda.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 hw/pci.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/pci.c b/hw/pci.c
index 6b577e1..87f1b0c 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -1145,6 +1145,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"},
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] pci: Add class 0x403 as 'audio controller'
  2011-05-02 18:01 [Qemu-devel] [PATCH] pci: Add class 0x403 as 'audio controller' Jan Kiszka
@ 2011-05-05 13:11 ` Michael S. Tsirkin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2011-05-05 13:11 UTC (permalink / raw)
  To: Jan Kiszka; +Cc: qemu-devel

On Mon, May 02, 2011 at 08:01:37PM +0200, Jan Kiszka wrote:
> Used by HD audio controllers like our intel-hda.
> 
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>

Applied, thanks!

> ---
>  hw/pci.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/hw/pci.c b/hw/pci.c
> index 6b577e1..87f1b0c 100644
> --- a/hw/pci.c
> +++ b/hw/pci.c
> @@ -1145,6 +1145,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"},
> -- 
> 1.7.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-05 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 18:01 [Qemu-devel] [PATCH] pci: Add class 0x403 as 'audio controller' Jan Kiszka
2011-05-05 13:11 ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).