summaryrefslogtreecommitdiff
path: root/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio.h')
-rw-r--r--audio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio.h b/audio.h
index 2a4c45f..292e1ae 100644
--- a/audio.h
+++ b/audio.h
@@ -47,4 +47,10 @@ extern void AudioSetDeviceAC3(const char *); ///< set Passthrough device
extern void AudioInit(void); ///< setup audio module
extern void AudioExit(void); ///< cleanup and exit audio module
+//----------------------------------------------------------------------------
+// Variables
+//----------------------------------------------------------------------------
+
+extern char AudioAlsaDriverBroken; ///< disable broken driver message
+
/// @}