mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
alsa-mixer: Update to support Arctis Pro Wireless headset
The Arctis 7 configuration can be used as is - the ALSA PCM and mixer interfaces are the same.
This commit is contained in:
parent
547998db44
commit
fe6a9a8f59
5 changed files with 22 additions and 16 deletions
|
|
@ -13,7 +13,8 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; Steelseries Arctis 7 USB headset microphone path.
|
||||
; Steelseries Arctis 7 USB headset microphone path. Works also with Arctis Pro
|
||||
; Wireless.
|
||||
|
||||
[General]
|
||||
description-key = analog-input-microphone-headset
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; Steelseries Arctis 7 USB headset mono output path. The headset has two
|
||||
; output devices. The first one is mono, meant for voice audio, and the
|
||||
; second one is stereo, meant for everything else. The purpose of this
|
||||
; unusual design is to provide separate volume controls for voice and
|
||||
; other audio, which can be useful in gaming.
|
||||
; Steelseries Arctis 7 USB headset mono output path. Works also with Arctis Pro
|
||||
; Wireless. The headset has two output devices. The first one is mono, meant
|
||||
; for voice audio, and the second one is stereo, meant for everything else. The
|
||||
; purpose of this unusual design is to provide separate volume controls for
|
||||
; voice and other audio, which can be useful in gaming.
|
||||
|
||||
[General]
|
||||
description-key = analog-output-headphones-mono
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; Steelseries Arctis 7 USB headset stereo output path. The headset has two
|
||||
; output devices. The first one is mono, meant for voice audio, and the
|
||||
; second one is stereo, meant for everything else. The purpose of this
|
||||
; unusual design is to provide separate volume controls for voice and
|
||||
; other audio, which can be useful in gaming.
|
||||
; Steelseries Arctis 7 USB headset stereo output path. Works also with Arctis
|
||||
; Pro Wireless. The headset has two output devices. The first one is mono,
|
||||
; meant for voice audio, and the second one is stereo, meant for everything
|
||||
; else. The purpose of this unusual design is to provide separate volume
|
||||
; controls for voice and other audio, which can be useful in gaming.
|
||||
;
|
||||
; This path doesn't provide hardware volume control, because the stereo
|
||||
; output is controlled by the PCM element with index 1, and currently
|
||||
|
|
|
|||
|
|
@ -110,7 +110,12 @@ ATTRS{idVendor}=="045e", ATTRS{idProduct}=="02bb", ENV{PULSE_PROFILE_SET}="kinec
|
|||
ATTRS{idVendor}=="041e", ATTRS{idProduct}=="322c", ENV{PULSE_PROFILE_SET}="sb-omni-surround-5.1.conf"
|
||||
ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="4014", ENV{PULSE_PROFILE_SET}="dell-dock-tb16-usb-audio.conf"
|
||||
ATTRS{idVendor}=="1038", ATTRS{idProduct}=="1250", ENV{PULSE_PROFILE_SET}="steelseries-arctis-5-usb-audio.conf"
|
||||
|
||||
# ID 1038:1294 is for Arctis Pro Wireless (which works with the Arctis 7
|
||||
# configuration).
|
||||
ATTRS{idVendor}=="1038", ATTRS{idProduct}=="1260", ENV{PULSE_PROFILE_SET}="steelseries-arctis-7-usb-audio.conf"
|
||||
ATTRS{idVendor}=="1038", ATTRS{idProduct}=="1294", ENV{PULSE_PROFILE_SET}="steelseries-arctis-7-usb-audio.conf"
|
||||
|
||||
ATTRS{idVendor}=="147a", ATTRS{idProduct}=="e055", ENV{PULSE_PROFILE_SET}="cmedia-high-speed-true-hdaudio.conf"
|
||||
|
||||
GOTO="pulseaudio_end"
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
; Steelseries Arctis 7 USB headset. The headset has a microphone and two output
|
||||
; devices. The first output device is mono, meant for voice audio, and the
|
||||
; second one is stereo, meant for everything else. The purpose of this unusual
|
||||
; design is to provide separate volume controls for voice and other audio,
|
||||
; which can be useful in gaming.
|
||||
; Steelseries Arctis 7 USB and Arctis Pro Wireless USB headset. These headsets
|
||||
; have a microphone and two output devices. The first output device is mono,
|
||||
; meant for voice audio, and the second one is stereo, meant for everything
|
||||
; else. The purpose of this unusual design is to provide separate volume
|
||||
; controls for voice and other audio, which can be useful in gaming.
|
||||
;
|
||||
; See default.conf for an explanation on the directives used here.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue