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

Configure Feed

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

at v3.4 16 lines 231 B view raw
1obj-$(CONFIG_LINE6_USB) += line6usb.o 2 3line6usb-y := \ 4 audio.o \ 5 capture.o \ 6 control.o \ 7 driver.o \ 8 dumprequest.o \ 9 midi.o \ 10 midibuf.o \ 11 pcm.o \ 12 playback.o \ 13 pod.o \ 14 toneport.o \ 15 variax.o \ 16 podhd.o