From 8e3cd08ed8e590952aa9a656758cb24d4ba898f8 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Thu, 22 Nov 2007 11:40:04 +0100 Subject: [ALSA] caiaq - add control API and more input features - 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 Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/usb/caiaq/caiaq-control.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sound/usb/caiaq/caiaq-control.h (limited to 'sound/usb/caiaq/caiaq-control.h') diff --git a/sound/usb/caiaq/caiaq-control.h b/sound/usb/caiaq/caiaq-control.h new file mode 100644 index 00000000000..2e7ab1aa4fb --- /dev/null +++ b/sound/usb/caiaq/caiaq-control.h @@ -0,0 +1,6 @@ +#ifndef CAIAQ_CONTROL_H +#define CAIAQ_CONTROL_H + +int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *dev); + +#endif /* CAIAQ_CONTROL_H */ -- cgit v1.2.3