Browse Source

Correct back JackAlsaDriver::Read method

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1422 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.63
sletz 18 years ago
parent
commit
3f7bc87e1a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      linux/alsa/JackAlsaDriver.cpp

+ 2
- 2
linux/alsa/JackAlsaDriver.cpp View File

@@ -2215,8 +2215,8 @@ int JackAlsaDriver::Read()
JackLog("ALSA XRun \n");
//NotifyXRun(jack_get_microseconds());
NotifyXRun(fLastWaitUst);
return 0;
//return -1;
//return 0;
return -1;
}

//fLastWaitUst = GetMicroSeconds(); // Take callback date here


Loading…
Cancel
Save