summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/audio_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/audio_backend.h')
-rw-r--r--libs/ardour/ardour/audio_backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/audio_backend.h b/libs/ardour/ardour/audio_backend.h
index ed5b053274..27b6e7e2b5 100644
--- a/libs/ardour/ardour/audio_backend.h
+++ b/libs/ardour/ardour/audio_backend.h
@@ -101,12 +101,14 @@ class LIBARDOUR_API AudioBackend : public PortEngine {
MidiDeviceNotAvailableError,
MidiDeviceNotConnectedError,
MidiDeviceIOError,
+ SampleFormatNotSupportedError,
SampleRateNotSupportedError,
RequestedInputLatencyNotSupportedError,
RequestedOutputLatencyNotSupportedError,
PeriodSizeNotSupportedError,
PeriodCountNotSupportedError,
DeviceConfigurationNotSupportedError,
+ ChannelCountNotSupportedError,
InputChannelCountNotSupportedError,
OutputChannelCountNotSupportedError,
AquireRealtimePermissionError,