Tools: Test: Audio: Add license and help text for TDFB test script

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2020-10-02 16:47:17 +03:00 committed by Liam Girdwood
parent 43923e1fc9
commit b804ccb7c4
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,17 @@
function tdfb_test()
% tdfb_test()
% Inputs
% None
%
% Outputs
% None, to be added later when automatic pass/fail is possible to
% determine. So far only visual check enabled.
% SPDX-License-Identifier: BSD-3-Clause
% Copyright(c) 2020 Intel Corporation. All rights reserved.
% Author: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
% General settings
cfg.delete_files = 1;
cfg.do_plots = 1;