swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 2734d6c1b1a089fb593ef6a23d4b70903526fe0c authored by Linus Torvalds on 18 July 2021, 21:13:49 UTC
Linux 5.14-rc2
Tip revision: 2734d6c
Kconfig
# SPDX-License-Identifier: GPL-2.0+
# Sound card driver for virtio

config SND_VIRTIO
	tristate "Virtio sound driver"
	depends on VIRTIO
	select SND_PCM
	select SND_JACK
	help
          This is the virtual sound driver for virtio. Say Y or M.
back to top