1 # SPDX-License-Identifier: GPL-2.0 2 snd-usb-line6-y := \ 3 capture.o \ 4 driver.o \ 5 midi.o \ 6 midibuf.o \ 7 pcm.o \ 8 playback.o 9 10 snd-usb-pod-y := pod.o 11 snd-usb-podhd-y := podhd.o 12 snd-usb-toneport-y := toneport.o 13 snd-usb-variax-y := variax.o 14 15 obj-$(CONFIG_SND_USB_LINE6) += snd-usb-lin 16 obj-$(CONFIG_SND_USB_POD) += snd-usb-pod 17 obj-$(CONFIG_SND_USB_PODHD) += snd-usb-pod 18 obj-$(CONFIG_SND_USB_TONEPORT) += snd-usb-ton 19 obj-$(CONFIG_SND_USB_VARIAX) += snd-usb-var
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.