Index: /branches/libffado-2.0/src/bebob/edirol/edirol_fa66.cpp =================================================================== --- /branches/libffado-2.0/src/bebob/edirol/edirol_fa66.cpp (revision 1198) +++ /branches/libffado-2.0/src/bebob/edirol/edirol_fa66.cpp (revision 1362) @@ -40,4 +40,8 @@ m_fixed_clocksource.slipping = false; m_fixed_clocksource.description = "Device Controlled"; + + if (AVC::AVCCommand::getSleepAfterAVCCommand() < 1500) { + AVC::AVCCommand::setSleepAfterAVCCommand( 1500 ); + } } Index: /branches/libffado-2.0/src/bebob/edirol/edirol_fa101.cpp =================================================================== --- /branches/libffado-2.0/src/bebob/edirol/edirol_fa101.cpp (revision 1197) +++ /branches/libffado-2.0/src/bebob/edirol/edirol_fa101.cpp (revision 1362) @@ -41,6 +41,6 @@ m_fixed_clocksource.description = "Device Controlled"; - if (AVC::AVCCommand::getSleepAfterAVCCommand() < 500) { - AVC::AVCCommand::setSleepAfterAVCCommand( 500 ); + if (AVC::AVCCommand::getSleepAfterAVCCommand() < 1500) { + AVC::AVCCommand::setSleepAfterAVCCommand( 1500 ); } }