diff options
Diffstat (limited to 'audio.h')
-rw-r--r-- | audio.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 /// @} |