mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-22 06:59:54 -05:00
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 <david.henningsson@canonical.com>
This commit is contained in:
parent
f04331fa15
commit
1c38b5d478
2 changed files with 5 additions and 1 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue