From 204cffa5078bb5f4d6fcf3170963b3473913d351 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 14 Nov 2023 23:33:39 -0500 Subject: [PATCH] steamdeck/sound: Use new UCM file location --- modules/steamdeck/sound.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/steamdeck/sound.nix b/modules/steamdeck/sound.nix index 2caa1d2a..3ea14bfc 100644 --- a/modules/steamdeck/sound.nix +++ b/modules/steamdeck/sound.nix @@ -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