aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/Kconfig
diff options
context:
space:
mode:
authorAnton Yakovlev <anton.yakovlev@opensynergy.com>2021-03-02 17:47:02 +0100
committerTakashi Iwai <tiwai@suse.de>2021-03-07 09:07:16 +0100
commitde3a9980d8c34b2479173e809afa820473db676a (patch)
tree8ae468b39ea7954e5e8aed0d2b62e20f094a2dc1 /sound/Kconfig
parentuapi: virtio_ids: add a sound device type ID from OASIS spec (diff)
downloadwireguard-linux-de3a9980d8c34b2479173e809afa820473db676a.tar.xz
wireguard-linux-de3a9980d8c34b2479173e809afa820473db676a.zip
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>
Diffstat (limited to 'sound/Kconfig')
-rw-r--r--sound/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/Kconfig b/sound/Kconfig
index 36785410fbe1..e56d96d2b11c 100644
--- a/sound/Kconfig
+++ b/sound/Kconfig
@@ -99,6 +99,8 @@ source "sound/synth/Kconfig"
source "sound/xen/Kconfig"
+source "sound/virtio/Kconfig"
+
endif # SND
endif # !UML