From cebe6891da5f3b00062374227325ce7af855f5cd Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Thu, 30 May 2024 18:25:41 +0300 Subject: [PATCH] UCM2: SOF: Add example blobs customization for AAEON 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 Signed-off-by: Jaroslav Kysela --- ucm2/blobs/sof/product_configs/AAEON/UPX-TGL01.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ucm2/blobs/sof/product_configs/AAEON/UPX-TGL01.conf 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 index 0000000..970ae7d --- /dev/null +++ b/ucm2/blobs/sof/product_configs/AAEON/UPX-TGL01.conf @@ -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" -- 2.47.1