sof/tools/eqctl
Seppo Ingalsuo dd8cfda311 EQ: Update ABI version number in configuration to match current version
This patch updates the provided example responses as data for
sof-eqctl and in the include files for topologies. The updates into
Matlab scripts are included also. The FIR and IIR example script is
updated to contain all examples.

The patch includes also a bug fix into IPC handler where the check
against SOF_IPC_MSG_MAX_SIZE is off by one and caused it to reject
all set data commands (to the EQs).

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2018-12-19 10:28:25 +00:00
..
Makefile.am Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
README Move SOFT into sub folder for SOF merge 2018-11-24 23:27:24 -08:00
eq_fir_flat.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_fir_loudness.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_fir_mid.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_fir_pass.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_iir_bandpass.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_iir_bassboost.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_iir_flat.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_iir_loudness.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eq_iir_pass.txt EQ: Update ABI version number in configuration to match current version 2018-12-19 10:28:25 +00:00
eqctl.c tools: Update eqctl tool and sample configurations for new user ABI 2018-11-30 17:19:26 +02:00

README

How to use sof-eqctl tool
=========================

This tool helps to access the ext bytes or tlv bytes control of SOF
equalizer components eq_iir and eq_fir. Please find the documentation
in https://thesofproject.github.io/latest/getting_started/index.html
for more information.