diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-05 07:37:07 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-05 07:37:07 -0500 |
commit | f78d9b55fdb3b8d7ae7d7c5ed1c22de37e857674 (patch) | |
tree | efcda14631a9150f746786499536852f891dcf22 | |
parent | 13b0a142d808cba8a6e5251699ecf482308cdebd (diff) |
ikaruga: Add sof-firmware so that sound works.
-rw-r--r-- | ikaruga.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikaruga.scm b/ikaruga.scm index c96abca..b6be28a 100644 --- a/ikaruga.scm +++ b/ikaruga.scm @@ -31,7 +31,7 @@ ;; Use regular Linux with the big bad proprietary firmware blobs. (kernel linux) (initrd microcode-initrd) - (firmware (list linux-firmware)) + (firmware (list sof-firmware linux-firmware)) (locale "en_US.utf8") (timezone "America/New_York") (keyboard-layout (keyboard-layout "us")) |