13
0
livetrax/libs/backends/alsa
Robin Gareus eea697b260
ALSA backend: try to recover from poll errors
When recover() successfully re-initializes the device,
processing can continue just like after an x-run.

This can happen during initial session load of "expensive"
sessions (in particular on slow systems, e.g. Raspberry Pi)
usually with synths. Worker thread pulls in many external
files in the background which blocks the bus for a long time.
resulting in a poll-timeout.
2020-03-28 22:06:12 +01:00
..
alsa_audiobackend.cc Downgrade "using all channels" warning to info - part 2 2020-01-25 04:17:53 +01:00
alsa_audiobackend.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_midi.cc Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +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 Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_rawmidi.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_sequencer.cc Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_sequencer.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
alsa_slave.cc Another fix for input only ALSA-slave devices 2019-08-24 00:15:10 +02:00
alsa_slave.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
select_sleep.h Update backend GPL boilerplate and (C) from git log 2019-08-03 15:53:16 +02:00
wscript Fix/update alsa backend build recipe (statically link zresampler) 2017-10-29 20:03:51 +01:00
zita-alsa-pcmi.cc ALSA backend: try to recover from poll errors 2020-03-28 22:06:12 +01:00
zita-alsa-pcmi.h