Skip to content

Audio: Crossover: Move blob configuration scripts to module directory#9215

Merged
lgirdwood merged 3 commits intothesofproject:mainfrom
singalsu:move_crossover
Sep 2, 2024
Merged

Audio: Crossover: Move blob configuration scripts to module directory#9215
lgirdwood merged 3 commits intothesofproject:mainfrom
singalsu:move_crossover

Conversation

@singalsu
Copy link
Collaborator

No description provided.

singalsu added 3 commits June 10, 2024 12:37
To consolidate the audio moves the scripts are moved to the same
directory as the module. This first step only moves the files.
The next steps rename the scripts and fix possible issue to
directories move.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
The paths to topology and sof-ctl blobs are updated. The paths
to other setup scripts (common, eq) are set with a new helper
function crossover_paths.m.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
The names are changed to avoid any collisions with multiple
Octave or Matlab paths enabled.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Copy link
Member

@lgirdwood lgirdwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +12 to +14
common = '../../../../tools/tune/common';
eq = '../../../../tools/tune/eq';
# After #9187 merge use this:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, this is ok in short term, long term we will need to set a ${prefix} as a base directory via cmake (and this will help with make install too). We should also obey any rules that Matlab/Octave use for libraries of functions when it comes to storage.

@singalsu singalsu marked this pull request as ready for review August 27, 2024 14:12
@singalsu singalsu requested a review from a team as a code owner August 27, 2024 14:12
Copy link
Contributor

@cujomalainey cujomalainey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto to @lgirdwood's concerns about pathing, otherwise LGTM

@lgirdwood lgirdwood merged commit fcf3d65 into thesofproject:main Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants