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

2021-04-30 Thread Gerd Hoffmann
On Thu, Apr 29, 2021 at 05:34:19PM +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 ++ This is the place for the data structu

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

2021-04-29 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