]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
UCM2: SOF: Add example blobs customization for AAEON
authorSeppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Thu, 30 May 2024 15:25:41 +0000 (18:25 +0300)
committerJaroslav Kysela <perex@perex.cz>
Fri, 31 May 2024 12:24:25 +0000 (14:24 +0200)
This example shows how to define IIR, FIR, and DRC processing for
speaker and headphone endpoints.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/419
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/blobs/sof/product_configs/AAEON/UPX-TGL01.conf [new file with mode: 0644]

diff --git a/ucm2/blobs/sof/product_configs/AAEON/UPX-TGL01.conf b/ucm2/blobs/sof/product_configs/AAEON/UPX-TGL01.conf
new file mode 100644 (file)
index 0000000..970ae7d
--- /dev/null
@@ -0,0 +1,10 @@
+# Add customization of IIR, FIR, and DRC
+# Note: Use the correct IPC version for the blobs path
+
+# Example set all processing to bypass
+#Define.SpeakerIirBlob "/usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir/pass.blob"
+#Define.SpeakerFirBlob "/usr/share/alsa/ucm2/blobs/sof/ipc4/eq_fir/pass.blob"
+#Define.SpeakerDrcBlob "/usr/share/alsa/ucm2/blobs/sof/ipc4/drc/passthrough.blob"
+#Define.HeadphoneIirBlob "/usr/share/alsa/ucm2/blobs/sof/ipc4/eq_iir/pass.blob"
+#Define.HeadphoneFirBlob "/usr/share/alsa/ucm2/blobs/sof/ipc4/eq_fir/pass.blob"
+#Define.HeadphoneDrcBlob "/usr/share/alsa/ucm2/blobs/sof/ipc4/drc/passthrough.blob"