Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.6 12 lines 343 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# ALSA Xen drivers 3 4config SND_XEN_FRONTEND 5 tristate "Xen para-virtualized sound frontend driver" 6 depends on XEN 7 select SND_PCM 8 select XEN_XENBUS_FRONTEND 9 select XEN_FRONT_PGDIR_SHBUF 10 help 11 Choose this option if you want to enable a para-virtualized 12 frontend sound driver for Xen guest OSes.