qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 02/12] Add virtio-sound-pci device


From: Alex Bennée
Subject: Re: [PATCH v7 02/12] Add virtio-sound-pci device
Date: Thu, 24 Aug 2023 18:48:45 +0100
User-agent: mu4e 1.11.14; emacs 29.1.50

Emmanouil Pitsidianakis <manos.pitsidianakis@linaro.org> writes:

> This patch adds a PCI wrapper device for the virtio-sound device.
> It is necessary to instantiate a virtio-snd device in a guest.
> All sound logic will be added to the virtio-snd device in the following
> commits.
>
> To add this device with a guest, you'll need a >=5.13 kernel compiled
> with CONFIG_SND_VIRTIO=y, which at the time of writing most distros have
> off by default.
>
> Use with following flags in the invocation:
>
> Pulseaudio:
>   -audio driver=pa,model=virtio
>   or
>   -audio driver=pa,model=virtio,server=/run/user/1000/pulse/native
> sdl:
>   -audio driver=sdl,model=virtio
> coreaudio (macos/darwin):
>   -audio driver=coreaudio,model=virtio
> etc.
>
> Signed-off-by: Emmanouil Pitsidianakis
> <manos.pitsidianakis@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

<snip>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro



reply via email to

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