This commit is contained in:
2025-03-03 14:09:21 +01:00
parent b1102874e6
commit 8c7b2bb44f
4 changed files with 4 additions and 8 deletions

View File

@@ -21,9 +21,6 @@ bool SoftLoadBackend(PulseBackend backend, PulseDebugLevel debug_level)
{
PULSE_UNUSED(backend);
PULSE_UNUSED(debug_level);
SoftDriverData* driver_data = (SoftDriverData*)calloc(1, sizeof(SoftDriverData));
PULSE_CHECK_ALLOCATION_RETVAL(driver_data, false);
SoftwareDriver.driver_data = driver_data;
return true;
}