Re: [RFC PATCH 10/27] virtio-snd: Add code for the realize function

2021-07-21 Thread Shreyansh Chouhan
Hi, On Thu, 22 Jul 2021 at 07:48, Deepa gowda wrote: > Hi, Shreyansh, > > When is virtio-snd expected to be completed and available in Qemu GitHub? > > Sorry for the recent absence of activity on this patch series. I have the sound card working with alsa. The output works just fine. The input ne

[RFC PATCH 10/27] virtio-snd: Add code for the realize function

2021-04-29 Thread Shreyansh Chouhan
Signed-off-by: Shreyansh Chouhan --- hw/audio/virtio-snd.c | 35 +++ 1 file changed, 35 insertions(+) diff --git a/hw/audio/virtio-snd.c b/hw/audio/virtio-snd.c index edaeffd6b7..caad157705 100644 --- a/hw/audio/virtio-snd.c +++ b/hw/audio/virtio-snd.c @@ -97,8 +9