Thred priorities on no-PREEMPT_RT (Ubunutu)

This commit is contained in:
Robin E. R. Davies
2024-11-14 16:15:32 -05:00
parent a52a7a2a9a
commit c01f0351f0
14 changed files with 261 additions and 109 deletions
+11 -3
View File
@@ -25,13 +25,23 @@
/* Status of Jack support.
PiPedal was originally written for Jack, but subsequently ported to Alsa because running
Jack as a systemd daemon proved to be unsupportable,.
Jack as a systemd daemon proved to be unsupportable. (Completely broken when pipewire is
installed).
This was all functional code at one point, but is no longer in sync with the current
codebase. It won't work as is. It probably implemenets the driver interface properly.
You would have to go through AudioHost.cpp and substitute JackDriver for AlsaDriver
as appropriate.
*/
#if JACK_HOST
#include "pch.h"
#include "JackDriver.hpp"
#include <jack/jack.h>
@@ -40,8 +50,6 @@ Jack as a systemd daemon proved to be unsupportable,.
#include <jack/midiport.h>
#include "Lv2Log.hpp"
#if JACK_HOST
namespace pipedal {