AAudio: Stop double-posting the stop callback.

This commit is contained in:
David Reid
2025-12-26 19:15:03 +10:00
parent d10526fb3a
commit f270f515e4
-2
View File
@@ -41670,8 +41670,6 @@ static ma_result ma_device_stop__aaudio(ma_device* pDevice)
}
}
ma_device_post_notification_stopped(pDevice);
return MA_SUCCESS;
}