API CHANGE: Remove the onContextGetDeviceInfo backend callback.

Device information retrieval is now implemented in terms of device
enumeration. Backends should now return any information that would have
been returned from `onContextGetDeviceInfo` straight from
`onContextEnumerateDevices` instead.
This commit is contained in:
David Reid
2025-07-21 11:47:14 +10:00
parent 2b81f75cca
commit fa4107ae95
3 changed files with 15 additions and 57 deletions
@@ -830,7 +830,6 @@ static ma_device_backend_vtable ma_gDeviceBackendVTable_PipeWire =
ma_context_init__pipewire,
ma_context_uninit__pipewire,
ma_context_enumerate_devices__pipewire,
NULL,
ma_device_init__pipewire,
ma_device_uninit__pipewire,
ma_device_start__pipewire,
-1
View File
@@ -570,7 +570,6 @@ static ma_device_backend_vtable ma_gDeviceBackendVTable_SDL =
ma_context_init__sdl,
ma_context_uninit__sdl,
ma_context_enumerate_devices__sdl,
NULL,
ma_device_init__sdl,
ma_device_uninit__sdl,
ma_device_start__sdl,