qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] hw/audio/virtio-snd-pci: fix the PCI class code


From: Manos Pitsidianakis
Subject: Re: [PATCH] hw/audio/virtio-snd-pci: fix the PCI class code
Date: Tue, 7 Nov 2023 21:08:38 +0200

On Tue, 7 Nov 2023 at 20:50, Volker Rümelin <vr_qemu@t-online.de> wrote:
>
> The virtio sound device is currently an unclassified PCI device.
>
> ~> sudo lspci -s '00:02.0' -v -nn | head -n 2
> 00:02.0 Unclassified device [00ff]:
>  Red Hat, Inc. Device [1af4:1059] (rev 01)
>         Subsystem: Red Hat, Inc. Device [1af4:1100]
>
> Set the correct PCI class code to change the device to a
> multimedia audio controller.
>
> ~> sudo lspci -s '00:02.0' -v -nn | head -n 2
> 00:02.0 Multimedia audio controller [0401]:
>  Red Hat, Inc. Device [1af4:1059] (rev 01)
>         Subsystem: Red Hat, Inc. Device [1af4:1100]
>
> Signed-off-by: Volker Rümelin <vr_qemu@t-online.de>
> ---

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>



reply via email to

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