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.10 6 lines 226 B view raw
1# SPDX-License-Identifier: GPL-2.0 2snd-usb-usx2y-objs := usbusx2y.o usX2Yhwdep.o usx2yhwdeppcm.o 3snd-usb-us122l-objs := us122l.o 4 5obj-$(CONFIG_SND_USB_USX2Y) += snd-usb-usx2y.o 6obj-$(CONFIG_SND_USB_US122L) += snd-usb-us122l.o