Tools: Tune: Update TDFB topology include files location

Topologies 1.0 location has been changed. This update allows the
tool to create the files into correct path.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2021-07-06 14:24:43 +03:00 committed by Liam Girdwood
parent b9a14709bf
commit a5fc4a643f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ bf.plot_box = 0.20; % Show 20cm wide plot cube for array geometry
bf.array_angle = [0 0 0]; % Array rotation angles for xyz
bf.tplg_fn = '';
bf.sofctl_fn = '';
bf.tplg_path = '../../topology/m4/tdfb';
bf.tplg_path = '../../topology/topology1/m4/tdfb';
bf.sofctl_path = '../../ctl/tdfb';
bf.data_path = './data';
bf.endian = 'little';