diff options
author | Johns <johns98@gmx.net> | 2012-02-04 16:38:10 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-04 16:38:10 +0100 |
commit | 8db8b68edd6043b73fbe601a9567b0d4979b7195 (patch) | |
tree | dbf6c95913d86844ba928fce6a685115804d8f74 /audio.h | |
parent | 00cafd18edd2b5624c8ba8f7f2924b1fb1e1644c (diff) | |
download | vdr-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.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 + /// @} |