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

Redefine AAudio_DeviceType_t #2177

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

Conversation

robertwu1
Copy link
Collaborator

AAudio_DeviceType is now defined in AOSP.

The issue is that this is a typedef enum AAudio_DeviceType : int32_t. We can't recreate it with typedef int32_t AAudio_DeviceType; like we do now as the types are different as the former is an enum type with a strict set of values. I propose that we create AAudio_DeviceType_t as an int32_t so at least we can cast to it.

Also, it seems like Android B is NDK 29 now that we have quarterly releases.

@robertwu1 robertwu1 requested review from flamme and philburk March 12, 2025 00:19
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.

1 participant