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

wasapi: Fix default device handling. #797

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

mutexlox-signal
Copy link
Contributor

Prior to #682, a device could be default for all of
MULTIMEDIA, NOTIFICATION, and VOICE.

After that PR, the first two were mutually exclusive with the third, I
believe unintentionally.

Restore this behavior so that, e.g., on devices with only one output device,
querying for the "voice" device returns that device.

Prior to mozilla#682,
a device could be default for all of
MULTIMEDIA, NOTIFICATION, and
VOICE.

After that PR, the first two were
mutually exclusive with the third, I
believe unintentionally.

Restore this behavior so that, e.g.,
on devices with only one output device,
querying for the "voice" device returns
that device.
@mutexlox-signal
Copy link
Contributor Author

@padenot could you please take a look? :)

@padenot
Copy link
Collaborator

padenot commented Sep 6, 2024

Looks good, thanks for the patch!

@padenot padenot merged commit 19d2f7b into mozilla:master Sep 6, 2024
15 checks passed
@mutexlox-signal mutexlox-signal deleted the mutexlox/cubeb_wasapi_bug branch September 10, 2024 16:29
@mutexlox-signal
Copy link
Contributor Author

Thank you!

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