mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
jack: atomically get audio_driver
This commit is contained in:
parent
8d5cccdb80
commit
84fe779b98
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ fluid_jack_driver_process (jack_nframes_t nframes, void *arg)
|
|||
}
|
||||
}
|
||||
|
||||
audio_driver = client->audio_driver;
|
||||
audio_driver = fluid_atomic_pointer_get (&client->audio_driver);
|
||||
if (!audio_driver) return 0;
|
||||
|
||||
if (audio_driver->callback != NULL)
|
||||
|
|
Loading…
Reference in a new issue