summaryrefslogtreecommitdiff
path: root/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio.h')
-rw-r--r--audio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio.h b/audio.h
index 4a0ac51..30fefae 100644
--- a/audio.h
+++ b/audio.h
@@ -60,5 +60,7 @@ extern void AudioExit(void); ///< cleanup and exit audio module
//----------------------------------------------------------------------------
extern char AudioAlsaDriverBroken; ///< disable broken driver message
+extern char AudioAlsaNoCloseOpen; ///< disable alsa close/open fix
+extern char AudioAlsaCloseOpenDelay; ///< enable alsa close/open delay fix
/// @}