mirror of https://github.com/thesofproject/sof.git
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:
parent
b9a14709bf
commit
a5fc4a643f
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue