|
@@ -723,7 +723,7 @@ static bool hotplug_loop_init(void)
|
|
spa_list_init(&hotplug_pending_list);
|
|
spa_list_init(&hotplug_pending_list);
|
|
spa_list_init(&hotplug_io_list);
|
|
spa_list_init(&hotplug_io_list);
|
|
|
|
|
|
- hotplug_loop = PIPEWIRE_pw_thread_loop_new("SDLAudioHotplug", NULL);
|
|
|
|
|
|
+ hotplug_loop = PIPEWIRE_pw_thread_loop_new("SDLPwAudioPlug", NULL);
|
|
if (!hotplug_loop) {
|
|
if (!hotplug_loop) {
|
|
return SDL_SetError("Pipewire: Failed to create hotplug detection loop (%i)", errno);
|
|
return SDL_SetError("Pipewire: Failed to create hotplug detection loop (%i)", errno);
|
|
}
|
|
}
|