Tools: Tune: Eq: Fix IIR data files names in example_spk_eq.m

The IIR files export overwrites the FIR files due to mistake
in the script.

Fixes commit 5ddbd34ba9 ("Tools: Tune: EQ: Add tplg2 blobs create")

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2024-04-04 14:44:00 +03:00 committed by Kai Vehmanen
parent 732f07c296
commit 6980cdd7b4
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ fir.txt = 'eq_fir_spk.txt';
fir.bin = 'eq_fir_spk.bin';
fir.tplg1 = 'eq_fir_coef_spk.m4';
fir.tplg2 = 'example_speaker.conf';
iir.txt = 'eq_fir_spk.txt';
iir.bin = 'eq_fir_spk.bin';
iir.tplg1 = 'eq_fir_coef_spk.m4';
iir.txt = 'eq_iir_spk.txt';
iir.bin = 'eq_iir_spk.bin';
iir.tplg1 = 'eq_iir_coef_spk.m4';
iir.tplg2 = 'example_speaker.conf';
%% Get defaults for equalizer design