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

libcanberra: Fix sound not playing on Colibri iMX8X #894

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Fighter19
Copy link

Canberra does not specify a buffer size, which leads to ALSA rejecting the settings. By specfiying a buffer time of 500ms and a period time with a fourth of that, an appropriate buffer size should be able to be calculated for all setups.

Canberra does not specify a buffer size, which leads to ALSA rejecting the settings.
By specfiying a buffer time of 500ms and a period time with a fourth of that,
an appropriate buffer size should be able to be calculated for all setups.

This code sets the buffer time to 500ms and the period time to a fourth of that,
or whatever is nearest to that.
---
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add Upstream-Status field to patch. This is a required field these days.

stdio: ERROR: libcanberra-0.30-r0 do_patch: QA Issue: Missing Upstream-Status in patch
stdio: ERROR: libcanberra-0.30-r0 do_patch: Fatal QA errors were found, failing task.

Copy link
Author

Choose a reason for hiding this comment

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

Would Upstream-Status: Pending be appropriate?
The mailing list archive is defunct and no updates to the project have been made on Upstream in 12 years.

Copy link
Contributor

Choose a reason for hiding this comment

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

yes

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.

2 participants