mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
PulseAudio: add missing return in error handling
Don't try to continue if the initial uncorking fails.
This commit is contained in:
parent
06b3d5ba33
commit
2666dfe900
1 changed files with 1 additions and 0 deletions
|
|
@ -1000,6 +1000,7 @@ PulseAudioBackend::main_process_thread ()
|
||||||
if (_run) {
|
if (_run) {
|
||||||
engine.halted_callback ("PulseAudio: cannot uncork stream");
|
engine.halted_callback ("PulseAudio: cannot uncork stream");
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
_dsp_load_calc.reset ();
|
_dsp_load_calc.reset ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue