Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio: EQ: Tune: Move equalizer setup scripts to module directory #9187

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

singalsu
Copy link
Collaborator

@singalsu singalsu commented Jun 3, 2024

No description provided.

@singalsu singalsu marked this pull request as ready for review June 4, 2024 08:27
@lgirdwood lgirdwood added this to the v2.11 milestone Jun 18, 2024
fn.cpath4 = '../../ctl/ipc4/eq_fir';
fn.tpath1 = '../../topology/topology1/m4';
fn.tpath2 = '../../topology/topology2/include/components/eqfir';
sof_tools = '../../../../tools';
Copy link
Collaborator

Choose a reason for hiding this comment

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

This breaks bisect, so ideally should be a single commit. But given these are examples, ok in this case.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I could combine first two commits. Would that be better?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I've now combined commits 1 and 2.

@kv2019i
Copy link
Collaborator

kv2019i commented Aug 26, 2024

SOFCI TEST

The scripts are moved to consolidate the audio modules.

The setup tool is common for IIR and FIR where IIR is more
commonly used so the destination directory is eq_iir. The
equalizers with both IIR and FIR part are also designed in
the same run so the design is not split.

The paths are fixed in code for new location. There are no
other changes.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
@lgirdwood lgirdwood merged commit b55cb64 into thesofproject:main Sep 2, 2024
44 of 47 checks passed
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