From 3027e45b9cc6d10d8e80c6cf12c4562bc9f3df6c Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Mon, 13 Feb 2023 08:50:06 -0500 Subject: [PATCH] enable audio dtparam --- sd-image/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sd-image/default.nix b/sd-image/default.nix index 4d11f26..97b76ec 100644 --- a/sd-image/default.nix +++ b/sd-image/default.nix @@ -34,6 +34,7 @@ [all] # Boot in 64-bit mode. arm_64bit=1 + dtparam=audio=on dtparam=krnbt=on # U-Boot needs this to work, regardless of whether UART is actually used or not.