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: TDFB: Tune: Updates for blobs for ALSA ucm2 control #9711

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

singalsu
Copy link
Collaborator

@singalsu singalsu commented Dec 5, 2024

No description provided.

@singalsu singalsu marked this pull request as ready for review December 5, 2024 08:45
@@ -53,8 +53,8 @@
bf.sofctl3_fn = fullfile(bf.sofctl3_path, sprintf('coef_%s.txt', idstr));
bf.tplg1_fn = fullfile(bf.tplg1_path, sprintf('coef_%s.m4', idstr));
bf.sofctl4_fn = fullfile(bf.sofctl4_path, sprintf('%s.txt', idstr));
bf.ucmbin3_fn = fullfile(bf.sofctl3_path, sprintf('%s.bin', idstr));
bf.ucmbin4_fn = fullfile(bf.sofctl4_path, sprintf('%s.bin', idstr));
bf.ucmbin3_fn = fullfile(bf.sofctl3_path, sprintf('%s.blob', idstr));
Copy link
Member

Choose a reason for hiding this comment

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

Why the rename ?

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 started with UCM with .blob and thought that maybe best to have the same for all blobs instead of .bin. Would .bin be better? I have no idea really but unifying them should be good.

Copy link
Member

Choose a reason for hiding this comment

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

yes, pls do unify. .bin is more obvious its a binary.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yep. I dropped the commit for rename, and will change the few blobs in UCM side instead.

This change adds to exported blobs for ucm2 usage more angles.
The angles selectable from user space are for stereo capture
+/- 5/15/30/90 degrees. The zero degrees beam is changed to
plus/minus degrees to provide some stereo sensation instead
of mono.

Signed-off-by: Seppo Ingalsuo <[email protected]>
@singalsu singalsu force-pushed the tdfb_ucm_blobs_export_update branch from 5bc6a4f to bec60b0 Compare December 10, 2024 08:56
@kv2019i kv2019i merged commit 96197c0 into thesofproject:main Dec 10, 2024
43 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