aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/acp-rt286-load/amd-acp-rt286-load_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/acp-rt286-load/amd-acp-rt286-load_1.0.bb')
-rw-r--r--meta-amd-bsp/recipes-kernel/acp-rt286-load/amd-acp-rt286-load_1.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-amd-bsp/recipes-kernel/acp-rt286-load/amd-acp-rt286-load_1.0.bb b/meta-amd-bsp/recipes-kernel/acp-rt286-load/amd-acp-rt286-load_1.0.bb
new file mode 100644
index 00000000..eb9afd87
--- /dev/null
+++ b/meta-amd-bsp/recipes-kernel/acp-rt286-load/amd-acp-rt286-load_1.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Configuration file to pass module load parameters to AMD ASoC ACP-12S driver"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "file://modprobe.d/snd-soc-acp-rt286-mach.conf"
+
+S = "${WORKDIR}"
+
+do_install() {
+ install -d ${D}/${sysconfdir}/modprobe.d/
+ install -m 0644 modprobe.d/snd-soc-acp-rt286-mach.conf ${D}${sysconfdir}/modprobe.d/
+}
+
+FILES_${PN} = "${sysconfdir}/modprobe.d"
+