summaryrefslogtreecommitdiff
path: root/audio.h
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-02-04 16:38:10 +0100
committerJohns <johns98@gmx.net>2012-02-04 16:38:10 +0100
commit8db8b68edd6043b73fbe601a9567b0d4979b7195 (patch)
treedbf6c95913d86844ba928fce6a685115804d8f74 /audio.h
parent00cafd18edd2b5624c8ba8f7f2924b1fb1e1644c (diff)
downloadvdr-plugin-softhddevice-8db8b68edd6043b73fbe601a9567b0d4979b7195.tar.gz
vdr-plugin-softhddevice-8db8b68edd6043b73fbe601a9567b0d4979b7195.tar.bz2
Makes Workarounds command line configurable.
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
+
/// @}