From d30d22dfb8640431405b3d0f15455b29e817c167 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 11980fb3..e55c31c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1099,7 +1099,8 @@ dist_alsaprofilesets_DATA = \ 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 if HAVE_UDEV dist_udevrules_DATA = \ -- cgit