ardour/libs/backends/alsa
Mads Kiilerich 9c0c4f527b audio_backend: Merge is_realtime() into client_real_time_priority()
The description of is_realtime() did not match its actual use. And
client_real_time_priority() did not have any description. It was
hard to come up with good descriptions of what they actually did.

Most backends returned true from is_realtime(), but every one except
JACK used the default implementation of client_real_time_priority() that
returned 0 ... which is exactly the same as when is_realtime() returns
false. Just merge them and keep it simple.
2024-10-22 01:54:43 +02:00
..
alsa_audiobackend.cc audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
alsa_audiobackend.h audio_backend: Merge is_realtime() into client_real_time_priority() 2024-10-22 01:54:43 +02:00
alsa_midi.cc Add RT thread priority debugging 2024-10-14 21:49:56 +02:00
alsa_midi.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_rawmidi.cc Remove extraneous parentheses (Wparentheses-equality) 2021-05-30 20:09:35 -04:00
alsa_rawmidi.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_sequencer.cc Remove extraneous parentheses (Wparentheses-equality) 2021-05-30 20:09:35 -04:00
alsa_sequencer.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_slave.cc Add RT thread priority debugging 2024-10-14 21:49:56 +02:00
alsa_slave.h Make header files more self-contained - add missing Ardour and lib includes 2024-10-20 03:30:46 +02:00
select_sleep.h Make header files more self-contained - add missing std includes 2024-10-20 03:11:53 +02:00
wscript wscript: drop repeated autowaf.set_options - it is enough to set at top level 2023-10-15 10:47:16 -06:00
zita-alsa-pcmi.cc ALSA: update endianess conversion functions 2022-12-27 13:32:31 +01:00
zita-alsa-pcmi.h ALSA: update endianess conversion functions 2022-12-27 13:32:31 +01:00