Uh oh!
There was an error while loading. Please reload this page.
Audio: Tune: Cleanup for the setup scripts for audio processing components - #9749
Conversation
Uh oh!
There was an error while loading. Please reload this page.
| "cd tools/tune/aria; octave sof_aria_blobs.m"); | ||
| sof_tplg2_write(tplg2_fn, blob8, "aria_config", ... | ||
| "Exported with script sof_aria_blobs.m" , ... | ||
| "cd tools/tune/aria; octave sof_aria_blobs.m"); |
There was a problem hiding this comment.
Hmm, check_create_dir() is dropped from this one place, but not all? I guess this call on old L23 was unnecessary and so can be removed? I'd prefer a rename (that touches so many places) to be in its own commit and put any small refactoring changes to separate commits.
There was a problem hiding this comment.
I don't remember exactly why so, but I'll try to split this. I try to keep every commit functional to not break bisect. There was probably some issue with those path create helpers.
There was a problem hiding this comment.
It was a lazy delete, there was no directory check in sof_check_create_dir(). It's now added to 2nd commit as well as these cleanups.
e676b9a to
b42041eCompareThis patch renames the common helper functions with sof_prefix. The other scripts are updated to use the updated names. There is no change in functionality. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This patch adds to sof_tplg_write() and sof_tplg2_write() helper functions create of file directory path if such is missing. Other format blob export functions already have the same check. The duplicated checks are removed from component specific blobs create functions. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This patch updates the equalizer tools to use the common helper functions instead of the originally developed similar functions for equalizers. The old duplicated functions are deleted. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
The common functions version of topology blob export supports the howto comment. These changes add the instructions text to all equalizer blobs. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
To align the suffix for binary blob files for UCM cset-tlv and sof-ctl the file naming is changed from .blob to .bin. The .bin is better associated for binary files. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
b42041e to
e26b072Comparelgirdwood
commented
Jan 16, 2025
@kv2019i good for you ? |
Cleaning up various blobs export scripts.