soft/eqctl
Seppo Ingalsuo 7a8ed190e8 eqctl: Add check for calloc() success and return 0 in exit
This patch adds the missed details into the code.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2018-10-15 19:20:26 +03:00
..
Makefile.am EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
README EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_fir_flat.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_fir_loudness.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_fir_mid.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_bandpass.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_bassboost.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_flat.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eq_iir_loudness.txt EQ: Add equalizer control tool eqctl 2018-09-28 17:41:53 +03:00
eqctl.c eqctl: Add check for calloc() success and return 0 in exit 2018-10-15 19:20:26 +03: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.