=== modified file 'mixxx/src/sounddeviceportaudio.cpp'
--- mixxx/src/sounddeviceportaudio.cpp	2009-04-26 16:59:25 +0000
+++ mixxx/src/sounddeviceportaudio.cpp	2009-06-27 17:26:06 +0000
@@ -197,7 +197,7 @@
     {
         qDebug() << "Opened PortAudio stream successfully... starting";
     }
-    
+/*    
 #ifdef __LINUX__
     //Attempt to dynamically load and resolve stuff in the PortAudio library
     //in order to enable RT priority with ALSA.
@@ -214,7 +214,7 @@
     }
     portaudio.unload();
 #endif
-
+*/
     // Start stream
     err = Pa_StartStream(m_pStream);
     if (err != paNoError)

