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.comSigned-off-by: Takashi Iwai <tiwai@suse.de>
Showing
sound/virtio/Kconfig
0 → 100644
sound/virtio/Makefile
0 → 100644
sound/virtio/virtio_card.c
0 → 100644
sound/virtio/virtio_card.h
0 → 100644
Please register or sign in to comment