brintos

brintos / linux-shallow public Read only

0
0
Text · 243 B · 094cba2 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0+2# Sound card driver for virtio3 4config SND_VIRTIO5	tristate "Virtio sound driver"6	depends on VIRTIO7	select SND_PCM8	select SND_JACK9	help10          This is the virtual sound driver for virtio. Say Y or M.11