Re: [PATCH] Add virtio-sound and virtio-sound-pci devices

2023-06-02 Thread Manos Pitsidianakis
On Wed, 31 May 2023 12:36, Alex Bennée wrote: If it's based of shouldn't we keep the author attribution and their original s-o-b? I kept the Copyright in the headers but not the Signed-off-by lines, I'll add them in v2. What about: https://patchew.org/QEMU/20220211221319.193404-1-chou

Re: [PATCH] Add virtio-sound and virtio-sound-pci devices

2023-05-31 Thread Alex Bennée
Manos Pitsidianakis writes: > This patch adds an audio device implementing the recent virtio sound > spec (1.2) and a corresponding PCI wrapper device. > > PCM functionality is implemented, and jack[0], chmaps[1] messages are > at the moment ignored. > > To test this, you'll need a >6.0 kernel

[PATCH] Add virtio-sound and virtio-sound-pci devices

2023-05-26 Thread Manos Pitsidianakis
This patch adds an audio device implementing the recent virtio sound spec (1.2) and a corresponding PCI wrapper device. PCM functionality is implemented, and jack[0], chmaps[1] messages are at the moment ignored. To test this, you'll need a >6.0 kernel compiled with the virtio-snd flag enabled, w