After a recent system update that introduced the linux-cachyos 7.1.1 kernel, my USB soundbar Razer Leviathan V2 X (Pro) stopped working properly at lower volume levels.
Whenever the system master volume slider drops below 34% (which corresponds to -27.81 dB in ALSA/alsamixer), the soundbar goes completely silent (hard mute). It seems like the updated USB audio driver (snd-usb-audio) or updated audio profiles in the 7.1 kernel branch send incorrect attenuation steps, triggering the soundbar’s hardware noise gate/power-saving cutoff prematurely.
Steps to reproduce:
-
Connect Razer Leviathan V2 X via USB.
-
Play any media (e.g., YouTube in Firefox).
-
Decrease the system volume slider below 34%.
-
The audio completely cuts off, even though the OS mixer indicates that sound is still playing.
Environment & Versions:
-
OS: CachyOS (x86_64_v3 architecture)
-
Audio Server: PipeWire / WirePlumber
-
Broken Kernel:
linux-cachyos 7.1.1-2(and newer 7.1.x releases) -
Broken Package:
alsa-card-profiles 1:1.6.7-1.1(when paired with 7.1 kernel) -
Hardware affected: Razer Leviathan V2 X / Razer Leviathan V2 X Pro (USB connection)
Current Workaround:
Downgrading back to the linux-cachyos 7.0.12-1 kernel and alsa-card-profiles 1:1.6.5-2.1 completely fixes the issue. On the 7.0.x kernel branch, the volume attenuation scales perfectly and smoothly all the way down to 1% without any hardware mute/cutoff.
Software-mixer overrides via WirePlumber (api.alsa.soft-mixer = true and api.alsa.ignore-dB = true) do not resolve the issue on the 7.1.x kernel, confirming it is an upstream driver/kernel regression regarding how the USB mixer grid handles this specific Razer device.
