mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-05 00:06:16 -04:00
alsa-profiles: Add Razer Leviathan V2 profile
This commit is contained in:
parent
559a30b0b4
commit
b001735faa
2 changed files with 31 additions and 11 deletions
27
spa/plugins/alsa/mixer/profile-sets/razer-leviathan-v2.conf
Normal file
27
spa/plugins/alsa/mixer/profile-sets/razer-leviathan-v2.conf
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# This file is part of PipeWire/PulseAudio.
|
||||
#
|
||||
# Razer Leviathan V2 / V2 X soundbar audio profile.
|
||||
# These soundbars have two ALSA PCM controls:
|
||||
# - PCM,0: Fake mute control (only 0% / 1-100%, no real volume change)
|
||||
# - PCM,1: Real hardware volume amplifier control
|
||||
# This profile maps volume to the real PCM,1 control.
|
||||
#
|
||||
# Works with:
|
||||
# Razer Leviathan V2 (USB ID 1532:0532)
|
||||
# Razer Leviathan V2 X (USB ID 1532:054a)
|
||||
#
|
||||
; See default.conf for an explanation on the directives used here.
|
||||
|
||||
[General]
|
||||
auto-profiles = yes
|
||||
|
||||
[Mapping stereo]
|
||||
description-key = soundbar-stereo
|
||||
device-strings = hw:%f,0,0
|
||||
channel-map = left,right
|
||||
paths-output = PCM:1
|
||||
intended-roles = audio
|
||||
|
||||
[Profile output:stereo]
|
||||
output-mappings = stereo
|
||||
priority = 5100
|
||||
Loading…
Add table
Add a link
Reference in a new issue