diff options
author | Daniel Mack <daniel@caiaq.de> | 2007-11-22 05:40:04 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:28 -0500 |
commit | 8e3cd08ed8e590952aa9a656758cb24d4ba898f8 (patch) | |
tree | 162fa11dcaff39a1f5e2fff6f7f03670321a558d /sound/usb/caiaq/caiaq-control.h | |
parent | e5f73e2ae813aa216b480728548e5ffbebcc170a (diff) |
[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 <daniel@caiaq.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/usb/caiaq/caiaq-control.h')
-rw-r--r-- | sound/usb/caiaq/caiaq-control.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/usb/caiaq/caiaq-control.h b/sound/usb/caiaq/caiaq-control.h new file mode 100644 index 000000000000..2e7ab1aa4fb3 --- /dev/null +++ b/sound/usb/caiaq/caiaq-control.h | |||
@@ -0,0 +1,6 @@ | |||
1 | #ifndef CAIAQ_CONTROL_H | ||
2 | #define CAIAQ_CONTROL_H | ||
3 | |||
4 | int snd_usb_caiaq_control_init(struct snd_usb_caiaqdev *dev); | ||
5 | |||
6 | #endif /* CAIAQ_CONTROL_H */ | ||