aboutsummaryrefslogtreecommitdiff
path: root/sound/virtio/Kconfig
AgeCommit message (Collapse)AuthorFilesLines
2021-03-07ALSA: virtio: add virtio sound driverGravatar Anton Yakovlev 1-0/+10
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>