]> git.alsa-project.org Git - alsa-ucm-conf.git/commit
UCM2: Add sample SOF processing configuration blobs
authorSeppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Thu, 30 May 2024 15:25:04 +0000 (18:25 +0300)
committerJaroslav Kysela <perex@perex.cz>
Fri, 31 May 2024 12:24:25 +0000 (14:24 +0200)
commit4502b171730bff2b963f1b61bd818a5ed9df323a
tree2b460909a891b12ef70846903d9bef590b9dcb4e
parent9856a0a55af6f259e53688b673769cc79b6be18a
UCM2: Add sample SOF processing configuration blobs

The example set contains passthrough configuration blobs with SOF IPC3
and IPC4 headers for DRC, FIR, and IIR. A few high-pass configurations
are added for IIR to be used e.g. for speakers. A DRC blob is added
that can be used to boost speaker playback loudness.

The blobs are all in binary format.

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>
17 files changed:
ucm2/blobs/sof/ipc3/eq_fir/README.md [new file with mode: 0644]
ucm2/blobs/sof/ipc3/eq_fir/pass.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc3/eq_iir/README.md [new file with mode: 0644]
ucm2/blobs/sof/ipc3/eq_iir/highpass_100hz_0db_48khz.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc3/eq_iir/highpass_20hz_0db_48khz.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc3/eq_iir/highpass_50hz_0db_48khz.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc3/eq_iir/pass.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc4/drc/README.md [new file with mode: 0644]
ucm2/blobs/sof/ipc4/drc/passthrough.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc4/drc/speaker_default.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc4/eq_fir/README.md [new file with mode: 0644]
ucm2/blobs/sof/ipc4/eq_fir/pass.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc4/eq_iir/README.md [new file with mode: 0644]
ucm2/blobs/sof/ipc4/eq_iir/highpass_100hz_0db_48khz.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc4/eq_iir/highpass_20hz_0db_48khz.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc4/eq_iir/highpass_50hz_0db_48khz.blob [new file with mode: 0644]
ucm2/blobs/sof/ipc4/eq_iir/pass.blob [new file with mode: 0644]