
At Fri, 10 Sep 2010 16:12:35 +0800, Daniel Mack wrote:
This patch adds support for the new Traktor Kontrol S4 by Native Instruments. It features a new audio data streaming model, MIDI in and out ports, a huge number of 174 dimmable LEDs, 96 buttons and 46 absolute encoder axis, including some rotary encoders.
All features are supported by the driver now.
Did some code refactoring along the way.
Signed-off-by: Daniel Mack daniel@caiaq.de
Got a build error: sound/usb/caiaq/audio.c: In function ‘snd_usb_caiaq_audio_init’: sound/usb/caiaq/audio.c:808:28: error: ‘USB_PID_TRAKTORAUDIO2’ undeclared (first use in this function) sound/usb/caiaq/audio.c:808:28: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [sound/usb/caiaq/audio.o] Error 1
Missing change in device.h?
Takashi