[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 01/25] virtio-snd: Add virtio sound header file
From: |
Gerd Hoffmann |
Subject: |
Re: [RFC PATCH 01/25] virtio-snd: Add virtio sound header file |
Date: |
Mon, 14 Feb 2022 11:37:34 +0100 |
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.shreyansh2702@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