Skip to content

Instantly share code, notes, and snippets.

@br0kenpixel
Created May 9, 2026 06:46
Show Gist options
  • Select an option

  • Save br0kenpixel/c770dc6a55b28c91639e0ceca375261d to your computer and use it in GitHub Desktop.

Select an option

Save br0kenpixel/c770dc6a55b28c91639e0ceca375261d to your computer and use it in GitHub Desktop.
Lenovo Legion Pro 7 CachyOS Audio Line Out reset fix
sudo nano /usr/share/alsa-card-profile/mixer/paths/analog-output-headphones.conf

Modify the following:

; Keep Line Out disabled in the headphones path so selecting headphones
; does not also drive speaker/line outputs on shared controls.
[Element Line Out]
; switch = off
; volume = off
required-any = any
switch = mute
volume = ignore
override-map.1 = all
override-map.2 = all-left,all-right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment