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

volume: fix wrong volume ramp being chosen #9062

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

tobonex
Copy link
Contributor

@tobonex tobonex commented Apr 19, 2024

Fade out was not working due to wrong order of operations. Ramp type was set up before the correct type was set (init_ramp was used before set_volume_ipc4), so the default ramp was always used.

Issue is there since 8f9c68a

Fade out was not working due to wrong order of operations. Ramp type was
set up before the correct type was set, so the default was always used.

Signed-off-by: Tobiasz Dryjanski <[email protected]>
Copy link
Collaborator

@singalsu singalsu left a comment

Choose a reason for hiding this comment

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

Works OK here. Thanks for the fix!

@lgirdwood lgirdwood merged commit 8a84d02 into thesofproject:main Apr 22, 2024
44 of 45 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.

4 participants