summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla/module.conf
diff options
context:
space:
mode:
authorSimon Rettberg2022-06-17 17:00:19 +0200
committerSimon Rettberg2022-06-17 17:00:19 +0200
commit9c7b6054fe0cce633b22b7c6b10943089aa9f6d8 (patch)
tree2dd1a7d977ab39511683c5ae93a4484e9165be8b /core/modules/kernel-vanilla/module.conf
parentkerrnel config: Make sure i2c input is enabled (diff)
downloadmltk-9c7b6054fe0cce633b22b7c6b10943089aa9f6d8.tar.gz
mltk-9c7b6054fe0cce633b22b7c6b10943089aa9f6d8.tar.xz
mltk-9c7b6054fe0cce633b22b7c6b10943089aa9f6d8.zip
[kernel-vanilla] Add sof firmware for newer hda sound
Diffstat (limited to 'core/modules/kernel-vanilla/module.conf')
-rw-r--r--core/modules/kernel-vanilla/module.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/kernel-vanilla/module.conf b/core/modules/kernel-vanilla/module.conf
index 6adb2f4c..964ff4d9 100644
--- a/core/modules/kernel-vanilla/module.conf
+++ b/core/modules/kernel-vanilla/module.conf
@@ -1,6 +1,8 @@
#!/bin/bash
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
-REQUIRED_DIRECTORIES=""
+REQUIRED_DIRECTORIES="
+ /lib/firmware/intel/sof-*
+"
REQUIRED_KERNEL="${CONFIG_KERNEL_VERSION:-"5.10.75"}"
REQUIRED_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"