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 <chouhan.shreyansh2...@gmail.com> > --- > 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/virtio-snd.h b/include/hw/virtio/virtio-snd.h > new file mode 100644 > index 0000000000..bbbf174c51 > --- /dev/null > +++ b/include/hw/virtio/virtio-snd.h
We already have include/standard-headers/linux/virtio_snd.h (synced from linux kernel), you can (and should) just use that. take care, Gerd