summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Jernberg <nostrad@gmail.com>2020-03-26 19:53:08 +0100
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>2020-12-10 16:49:14 +0000
commit65483e5f6c32452045eacba9b4370642e3b6a053 (patch)
treed7e3f6d3fbdea498d7a8291d344da17f1b8f6967
parent6b04e2a89e2a0a8b4f6aecb38fd00d82914f7050 (diff)
downloadpulseaudio-65483e5f6c32452045eacba9b4370642e3b6a053.tar.gz
alsa-mixer: Enable volume control of SteelSeries Arctis stereo output
Since there is now support for specifying the index of an Element, add the same config as is used for the output-mono variant, as they behave the same: One volume control with no support for adjustments to the left and right channels.
-rw-r--r--src/modules/alsa/mixer/paths/usb-gaming-headset-output-stereo.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/modules/alsa/mixer/paths/usb-gaming-headset-output-stereo.conf b/src/modules/alsa/mixer/paths/usb-gaming-headset-output-stereo.conf
index e3f91cd6c..1a1e7944e 100644
--- a/src/modules/alsa/mixer/paths/usb-gaming-headset-output-stereo.conf
+++ b/src/modules/alsa/mixer/paths/usb-gaming-headset-output-stereo.conf
@@ -23,10 +23,12 @@
; Steelseries Arctis 7
; Steelseries Arctis Pro Wireless.
; Lucidsound LS31
-;
-; This path doesn't provide hardware volume control, because the stereo
-; output is controlled by the PCM element with index 1, and currently
-; PulseAudio only supports elements with index 0.
[General]
description-key = analog-output-headphones
+
+[Element PCM,1]
+volume = merge
+switch = mute
+override-map.1 = all
+override-map.2 = all-left,all-right