Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (790869dacc3d8d4de318905eef32b1f603d02cac) |
---|---|
1config SND_USB_LINE6 2 tristate 3 select SND_RAWMIDI 4 select SND_PCM 5 6config SND_USB_POD 7 tristate "Line 6 POD USB support" 8 select SND_USB_LINE6 --- 7 unchanged lines hidden (view full) --- 16 * Virtual MIDI interface 17 * Tuner access 18 * Playback/capture/mixer device for any ALSA-compatible PCM 19 audio application 20 * Signal routing (record clean/processed guitar signal, 21 re-amping) 22 23config SND_USB_PODHD | 1config SND_USB_LINE6 2 tristate 3 select SND_RAWMIDI 4 select SND_PCM 5 6config SND_USB_POD 7 tristate "Line 6 POD USB support" 8 select SND_USB_LINE6 --- 7 unchanged lines hidden (view full) --- 16 * Virtual MIDI interface 17 * Tuner access 18 * Playback/capture/mixer device for any ALSA-compatible PCM 19 audio application 20 * Signal routing (record clean/processed guitar signal, 21 re-amping) 22 23config SND_USB_PODHD |
24 tristate "Line 6 POD HD300/400/500 USB support" | 24 tristate "Line 6 POD X3/HD300/400/500 USB support" |
25 select SND_USB_LINE6 26 help | 25 select SND_USB_LINE6 26 help |
27 This is a driver for POD HD300, 400 and 500 devices. | 27 This is a driver for POD X3, HD300, 400 and 500 devices. |
28 29config SND_USB_TONEPORT 30 tristate "TonePort GX, UX1 and UX2 USB support" 31 select SND_USB_LINE6 32 select NEW_LEDS 33 select LEDS_CLASS 34 help 35 This is a driver for TonePort GX, UX1 and UX2 devices. 36 37config SND_USB_VARIAX 38 tristate "Variax Workbench USB support" 39 select SND_USB_LINE6 40 help 41 This is a driver for Variax Workbench device. 42 | 28 29config SND_USB_TONEPORT 30 tristate "TonePort GX, UX1 and UX2 USB support" 31 select SND_USB_LINE6 32 select NEW_LEDS 33 select LEDS_CLASS 34 help 35 This is a driver for TonePort GX, UX1 and UX2 devices. 36 37config SND_USB_VARIAX 38 tristate "Variax Workbench USB support" 39 select SND_USB_LINE6 40 help 41 This is a driver for Variax Workbench device. 42 |