From 28f4aebfbf49a346f978b76efaac53768f5440f9 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Sat, 11 Sep 2010 10:06:00 +0800 Subject: alsa-mixer: add profile for Traktor Kontrol S4 This new audio interface from Native Instruments has 2 stereo channels for both input and output direction. This patch adds mappings for them. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ffe75588..e7af61c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -111,7 +111,8 @@ ALSA_PROFILES = \ modules/alsa/mixer/profile-sets/default.conf \ modules/alsa/mixer/profile-sets/maudio-fasttrack-pro.conf \ modules/alsa/mixer/profile-sets/native-instruments-audio4dj.conf \ - modules/alsa/mixer/profile-sets/native-instruments-audio8dj.conf + modules/alsa/mixer/profile-sets/native-instruments-audio8dj.conf \ + modules/alsa/mixer/profile-sets/native-instruments-traktorkontrol-s4.conf ALSA_PATHS = \ modules/alsa/mixer/paths/analog-input-aux.conf \ -- cgit