Re: [PATCH v2 2/3] Add virtio-sound-pci device

2023-07-17 Thread Alex Bennée
Manos Pitsidianakis writes: > This patch adds a PCI wrapper device for the virtio-sound device. > > To test this, 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: >

[PATCH v2 2/3] Add virtio-sound-pci device

2023-06-08 Thread Manos Pitsidianakis
This patch adds a PCI wrapper device for the virtio-sound device. To test this, 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: -device virtio-sound-pci,disable-legacy=on