Skip to content

Commit

Permalink
steamdeck/sound: Use new UCM file location
Browse files Browse the repository at this point in the history
  • Loading branch information
samueldr committed Nov 15, 2023
1 parent 9a16f6f commit 204cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/steamdeck/sound.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
cp -r --no-preserve=all ${pkgs.alsa-ucm-conf} $out
# override acp5x configs with Jovian stuff
cp -rf ${pkgs.jupiter-hw-support}/share/alsa $out/share
cp -rf ${pkgs.steamdeck-dsp}/share/alsa $out/share
# remove more specific upstream symlink so Valve acp5x config is picked
rm $out/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf
Expand Down

0 comments on commit 204cffa

Please sign in to comment.