Advertisement
jyavenard

Untitled

Aug 1st, 2012
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. diff --git a/mythtv/libs/libmyth/audio/audiooutputalsa.cpp b/mythtv/libs/libmyth
  2. index ab0a11a..acc0e8f 100644
  3. --- a/mythtv/libs/libmyth/audio/audiooutputalsa.cpp
  4. +++ b/mythtv/libs/libmyth/audio/audiooutputalsa.cpp
  5. @@ -1013,14 +1013,5 @@ QMap<QString, QString> *AudioOutputALSA::GetDevices(const
  6. n++;
  7. }
  8. snd_device_name_free_hint(hints);
  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
Advertisement