Advertisement
mightymouse2045

patch for XBMC AE Latest build (27/2/2012)

Feb 28th, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. --- /usr/src/media/XBMC_AE/xbmc/cores/AudioEngine/Sinks/AESinkALSA.cpp
  2. @@ -100,9 +100,6 @@
  3. else
  4. cardName.Empty();
  5.  
  6. - if (device != "default" && !SoundDeviceExists(device))
  7. - device = "default";
  8. -
  9. if (AE_IS_RAW(format.m_dataFormat) || passthrough)
  10. {
  11. if (device == "default")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement