Re: [RFC PATCH 01/25] virtio-snd: Add virtio sound header file

2022-02-14 Thread Gerd Hoffmann
On Sat, Feb 12, 2022 at 03:42:55AM +0530, Shreyansh Chouhan wrote: > Added device configuration and common definitions to the header > file. > > Signed-off-by: Shreyansh Chouhan > --- > include/hw/virtio/virtio-snd.h | 97 ++ > 1 file changed, 97 insertions(+) >

[RFC PATCH 01/25] virtio-snd: Add virtio sound header file

2022-02-11 Thread Shreyansh Chouhan
Added device configuration and common definitions to the header file. Signed-off-by: Shreyansh Chouhan --- include/hw/virtio/virtio-snd.h | 97 ++ 1 file changed, 97 insertions(+) create mode 100644 include/hw/virtio/virtio-snd.h diff --git a/include/hw/virtio/v