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

Vsh fix #16510

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Vsh fix #16510

wants to merge 2 commits into from

Conversation

Vestrel
Copy link
Contributor

@Vestrel Vestrel commented Jan 4, 2025

Fixes #16465

@Vestrel Vestrel force-pushed the vsh_fix branch 2 times, most recently from 2891c8a to 751ffbb Compare January 5, 2025 01:27
@@ -568,3 +571,14 @@ void CubebBackend::device_collection_changed_cb(cubeb* context, void* user_ptr)
cubeb->m_state_callback(AudioStateEvent::DEFAULT_DEVICE_MAYBE_CHANGED);
}
}

void CubebBackend::log_cb(const char *fmt, ...) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
void CubebBackend::log_cb(const char *fmt, ...) {
void CubebBackend::log_cb(const char* fmt, ...)
{

@elad335
Copy link
Contributor

elad335 commented Jan 5, 2025

The sys_config_unregister_service commit is wrong.

@elad335
Copy link
Contributor

elad335 commented Jan 5, 2025

#16465 is fixed as of #16513

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault at HDMI step of the 4.91 XMB initial setup under Linux
3 participants