mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
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. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/274>
This commit is contained in:
parent
6b04e2a89e
commit
836ba89c4a
1 changed files with 6 additions and 4 deletions
|
|
@ -23,10 +23,12 @@
|
||||||
; Steelseries Arctis 7
|
; Steelseries Arctis 7
|
||||||
; Steelseries Arctis Pro Wireless.
|
; Steelseries Arctis Pro Wireless.
|
||||||
; Lucidsound LS31
|
; 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]
|
[General]
|
||||||
description-key = analog-output-headphones
|
description-key = analog-output-headphones
|
||||||
|
|
||||||
|
[Element PCM,1]
|
||||||
|
volume = merge
|
||||||
|
switch = mute
|
||||||
|
override-map.1 = all
|
||||||
|
override-map.2 = all-left,all-right
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue