qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] pci: Add class 0x403 as 'audio controller'


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH] pci: Add class 0x403 as 'audio controller'
Date: Thu, 5 May 2011 16:11:30 +0300
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]