summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2018-01-11 19:32:29 +0200
committerTanu Kaskinen <tanuk@iki.fi>2018-01-11 19:32:29 +0200
commitfb8f978676f45da13f246f56a4d39de060ef3761 (patch)
treeccc35034746bf6e1b939cf873389f5fc7ab103af
parent50fedf8f726ff64ef2169d1e635f34a659bec5c5 (diff)
alsa-mixer: add another hardware ID for Traktor Audio 6
This is based on a patch by Rolo <rolo@wildfish.com> that replaced the old ID with the new one. I deemed it better to leave the old ID in use (I can't verify if the old ID was correct or not). The original commit message: Every time I reinstall or update Ubuntu I have to make this change to get it to recognise my Native Instruments Traktor Audio 6 external soundcard. Each time I remember the change by hunting down this forum post in German, https://forum.ubuntuusers.de/topic/traktor-audio-6-erkannt-aber-nicht-anwaehlbar/3/#post-8759808 (I don't speak German). I'm not sure if the ID is just incorrect or if perhaps the hardware identifies itself differently on slightly different models, so perhaps we need to duplicate the line - I'm well outside of my comfort zone here and I know barely anything about how hardware works on Linux but figured if it helps me it would help others so I should put it forward. Thanks!
-rw-r--r--src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules b/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules
index 2392ca507..264bfdb3f 100644
--- a/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules
+++ b/src/modules/alsa/mixer/profile-sets/90-pulseaudio.rules
@@ -93,7 +93,13 @@ ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="0839", ENV{PULSE_PROFILE_SET}="nativ
ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="baff", ENV{PULSE_PROFILE_SET}="native-instruments-traktorkontrol-s4.conf"
ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="4711", ENV{PULSE_PROFILE_SET}="native-instruments-korecontroller.conf"
ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="041d", ENV{PULSE_PROFILE_SET}="native-instruments-traktor-audio2.conf"
+
+# There appear to be two IDs in use for Traktor Audio 6 (or maybe 17cc:1011
+# is just incorrect - 17cc:1010 has been verified to be correct at least
+# for some hardware).
+ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="1010", ENV{PULSE_PROFILE_SET}="native-instruments-traktor-audio6.conf"
ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="1011", ENV{PULSE_PROFILE_SET}="native-instruments-traktor-audio6.conf"
+
ATTRS{idVendor}=="17cc", ATTRS{idProduct}=="1021", ENV{PULSE_PROFILE_SET}="native-instruments-traktor-audio10.conf"
ATTRS{idVendor}=="0763", ATTRS{idProduct}=="2012", ENV{PULSE_PROFILE_SET}="maudio-fasttrack-pro.conf"
ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02bb", ENV{PULSE_PROFILE_SET}="kinect-audio.conf"