jyavenard

Untitled

Aug 1st, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. diff --git a/mythtv/libs/libmyth/audio/audiooutputalsa.cpp b/mythtv/libs/libmyth
  2. index 4a9e5fc..b3e6675 100644
  3. --- a/mythtv/libs/libmyth/audio/audiooutputalsa.cpp
  4. +++ b/mythtv/libs/libmyth/audio/audiooutputalsa.cpp
  5. @@ -1031,14 +1031,5 @@ QMap<QString, QString> *AudioOutputALSA::GetDevices(const
  6. }
  7. }
  8.  
  9. - // Work around ALSA bug < 1.0.22 ; where snd_device_name_hint can corru
  10. - // global ALSA memory context
  11. -#if SND_LIB_MAJOR == 1
  12. -#if SND_LIB_MINOR == 0
  13. -#if SND_LIB_SUBMINOR < 22
  14. - snd_config_update_free_global();
  15. -#endif
  16. -#endif
  17. -#endif
  18. return alsadevs;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment