Audio: DCblock: Tune: Move dcblock setup scripts to module directory#9184
Audio: DCblock: Tune: Move dcblock setup scripts to module directory#9184lgirdwood merged 4 commits intothesofproject:mainfrom
Conversation
|
If this is part of a larger migration of code can you link a top-level bug? |
Yes, I'll add the reason to commit message. The purpose is to collect all module rated into same directory for easier access. Same has been already done for kconfig and IPC4 .toml. The functionality is not changed, though I added some checks for file opens since moving the files with triggered some fopen() errors with old paths. |
9ba206e to
a23036c
Compare
| end | ||
|
|
||
| addpath ./../common | ||
| dcblock_paths(1); |
There was a problem hiding this comment.
Yep, false and true are available.
There was a problem hiding this comment.
please use them then, makes it a bit clearer
There was a problem hiding this comment.
Yep, I will update this, now busy with another topic but soon!
Yep, there's functions addpath and rmpath for it. The default path is just current directory and Matlab/Octave internal toolboxes paths. The user can also alter paths via .matlabrc and .octaverc. |
The change is done to consolidate the files belonging to the module. This patch only moves the files to a new location. Successive patches address the issues caused by this move. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
A function dcblock_paths.m is added to handle add and remove of path. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
The paths for exported blobs for topology and for sof-ctl need to be fixed after directory move. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This patch renames with prefix sof_ all the top level functions for dcblock blobs design. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
a23036c to
8264c26
Compare
No description provided.