repo.or.cz
/
linux-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.14-rc1
[linux-stable.git]
/
sound
/
virtio
/
Kconfig
blob
094cba24ee5be2e23231c4eba6f13f0f7b3ffdbb
1
# SPDX-License-Identifier: GPL-2.0+
2
# Sound card driver for virtio
3
4
config SND_VIRTIO
5
tristate "Virtio sound driver"
6
depends on VIRTIO
7
select SND_PCM
8
select SND_JACK
9
help
10
This is the virtual sound driver for virtio. Say Y or M.