ALSA: virtio: add virtio sound driver
authorAnton Yakovlev <anton.yakovlev@opensynergy.com>
Tue, 2 Mar 2021 16:47:02 +0000 (17:47 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 7 Mar 2021 08:07:16 +0000 (09:07 +0100)
commitde3a9980d8c34b2479173e809afa820473db676a
tree8ae468b39ea7954e5e8aed0d2b62e20f094a2dc1
parent0ae0337f929a970ee8d83e0e95e6b8d05562ce3b
ALSA: virtio: add virtio sound driver

Introduce skeleton of the virtio sound driver. The driver implements
the virtio sound device specification, which has become part of the
virtio standard.

Initial initialization of the device, virtqueues and creation of an
empty ALSA sound device.

Signed-off-by: Anton Yakovlev <anton.yakovlev@opensynergy.com>
Link: https://lore.kernel.org/r/20210302164709.3142702-3-anton.yakovlev@opensynergy.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
MAINTAINERS
include/uapi/linux/virtio_snd.h [new file with mode: 0644]
sound/Kconfig
sound/Makefile
sound/virtio/Kconfig [new file with mode: 0644]
sound/virtio/Makefile [new file with mode: 0644]
sound/virtio/virtio_card.c [new file with mode: 0644]
sound/virtio/virtio_card.h [new file with mode: 0644]