From 1c38b5d4787d9466bd7bd5910d27e501298ec778 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Tue, 5 Apr 2011 11:37:59 +0200 Subject: alsa-mixer: Add workaround for some USB headsets This is a workaround - these usb headsets have one output volume control only, labeled "Speaker". This causes the default profile set to not control the volume at all, which is a bug. Workaround that by creating a separate profile set. Signed-off-by: David Henningsson --- 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 a37e202f..25dd3378 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1088,7 +1088,8 @@ dist_alsaprofilesets_DATA = \ modules/alsa/mixer/profile-sets/native-instruments-traktor-audio6.conf \ modules/alsa/mixer/profile-sets/native-instruments-traktor-audio10.conf \ modules/alsa/mixer/profile-sets/native-instruments-traktorkontrol-s4.conf \ - modules/alsa/mixer/profile-sets/native-instruments-korecontroller.conf + modules/alsa/mixer/profile-sets/native-instruments-korecontroller.conf \ + modules/alsa/mixer/profile-sets/usb-headset.conf if HAVE_UDEV dist_udevrules_DATA = \ -- cgit