Audio: DCblock: Tune: Move dcblock setup scripts to module directory
If this is part of a larger migration of code can you link a top-level bug?
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.
@singalsu I guess we need to set the PATH for matlab to find files/functions that are not in the current dir ? Btw, does Matlab/Octave has a default set of directories it uses for functions ?
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.