8e3cd08ed8
- added support for all input controllers on Native Instrument's 'Kore controller'. - added ALSA controls to switch LEDs on 'RigKontrol 2', 'RigKontrol3', 'Audio Kontrol 1' and 'Kore controller'. - added ALSA controls to switch input mode, software lock and ground lift features on 'Audio 8 DJ'. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
6 lines
141 B
C
6 lines
141 B
C
#ifndef CAIAQ_CONTROL_H
|
|
#define CAIAQ_CONTROL_H
|
|
|
|
int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *dev);
|
|
|
|
#endif /* CAIAQ_CONTROL_H */
|