mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 04:15:46 +01:00
and yet more of a possible fix for NPAE problem
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7361 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ef02f8b0f8
commit
9f5a179bf1
1 changed files with 3 additions and 2 deletions
|
|
@ -245,11 +245,12 @@ Session::butler_thread_work ()
|
|||
}
|
||||
}
|
||||
|
||||
disk_work_outstanding = false;
|
||||
bytes = 0;
|
||||
compute_io = true;
|
||||
|
||||
restart:
|
||||
|
||||
disk_work_outstanding = false;
|
||||
cerr << "transport work = " << g_atomic_int_get (&butler_should_do_transport_work) << endl;
|
||||
if (transport_work_requested()) {
|
||||
cerr << "Do transport work\n";
|
||||
|
|
@ -380,7 +381,7 @@ Session::butler_thread_work ()
|
|||
|
||||
{
|
||||
Glib::Mutex::Lock lm (butler_request_lock);
|
||||
|
||||
|
||||
if (butler_should_run && (disk_work_outstanding || transport_work_requested())) {
|
||||
// for (DiskstreamList::iterator i = dsl->begin(); i != dsl->end(); ++i) {
|
||||
// cerr << "AFTER " << (*i)->name() << ": pb = " << (*i)->playback_buffer_load() << " cp = " << (*i)->capture_buffer_load() << endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue