Skip to content

Commit

Permalink
Merge pull request #198 from Jovian-Experiments/sound-tweak
Browse files Browse the repository at this point in the history
steamdeck/sound: change how we make vendor config preferred
  • Loading branch information
K900 authored Oct 27, 2023
2 parents b14f911 + be8b2c8 commit fad5eae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/steamdeck/sound.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ let
cp -r --no-preserve=all ${pkgs.alsa-ucm-conf} $out
# override acp5x configs with Jovian stuff
# NOTE: different location to account for upstream changes in alsa-ucm-conf 1.2.9+
cp -rf ${pkgs.jupiter-hw-support}/share/alsa/ucm2/conf.d/acp5x/* $out/share/alsa/ucm2/AMD/acp5x/
cp -rf ${pkgs.jupiter-hw-support}/share/alsa $out/share/alsa
# remove more specific upstream symlink so Valve acp5x config is picked
rm $out/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf
'';
in
{
Expand Down

0 comments on commit fad5eae

Please sign in to comment.