From 23ef53a7c46b4f3b155ce74e1e6bd7886054f431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 16 Nov 2024 15:00:10 +0100 Subject: [PATCH] adapt to framework 13 --- framework/13-inch/common/audio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/13-inch/common/audio.nix b/framework/13-inch/common/audio.nix index fc10bff40..14c2ac856 100644 --- a/framework/13-inch/common/audio.nix +++ b/framework/13-inch/common/audio.nix @@ -41,7 +41,7 @@ in }; config = lib.mkIf cfg.enabled (let - outputName = "alsa_output.pci-0000_c1_00.6.analog-stereo"; + outputName = "alsa_output.pci-0000_00_1f.3.analog-stereo"; prettyName = "Framework Speakers"; # These are pre-made decibel to linear value conversions, since Nix doesn't have pow().