Directory Files
.. 48
File Size
Kconfig 1.2 kB
Makefile 488 B
capture.c 7.6 kB
capture.h 649 B
driver.c 22 kB
driver.h 5.9 kB
midi.c 7.0 kB
midi.h 1.1 kB
midibuf.c 5.5 kB
midibuf.h 977 B
pcm.c 16 kB
pcm.h 5.3 kB
playback.c 11 kB
playback.h 966 B
pod.c 13 kB
podhd.c 15 kB
snd-usb-line6.mod.c 0 B
snd-usb-pod.mod.c 0 B
snd-usb-podhd.mod.c 0 B
snd-usb-toneport.mod.c 0 B
snd-usb-variax.mod.c 0 B
toneport.c 14 kB
variax.c 6.2 kB

Linux v6.6.1 - line6

# SPDX-License-Identifier: GPL-2.0-only
config SND_USB_LINE6
	tristate
	select SND_RAWMIDI
	select SND_PCM
	select SND_HWDEP

config SND_USB_POD
	tristate "Line 6 POD USB support"
	select SND_USB_LINE6
	help
	  This is a driver for PODxt and other similar devices,
	  supporting the following features:
	    * Reading/writing individual parameters
	    * Reading/writing complete channel, effects setup, and amp
	      setup data
	    * Channel switching
	    * Virtual MIDI interface
	    * Tuner access
	    * Playback/capture/mixer device for any ALSA-compatible PCM
	      audio application
	    * Signal routing (record clean/processed guitar signal,
	      re-amping)

config SND_USB_PODHD
	tristate "Line 6 POD X3/HD300/400/500 USB support"
	select SND_USB_LINE6
	help
	  This is a driver for POD X3, HD300, 400 and 500 devices.

config SND_USB_TONEPORT
	tristate "TonePort GX, UX1 and UX2 USB support"
	select SND_USB_LINE6
	select NEW_LEDS
	select LEDS_CLASS
	help
	  This is a driver for TonePort GX, UX1 and UX2 devices.

config SND_USB_VARIAX
	tristate "Variax Workbench USB support"
	select SND_USB_LINE6
	help
	  This is a driver for Variax Workbench device.