Changeset 725
- Timestamp:
- 11/25/07 11:55:45 (13 years ago)
- Files:
-
- trunk/libffado/src/bebob/bebob_avdevice.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/bebob/bebob_avdevice.cpp
r716 r725 399 399 AvDevice::loadFromCache() 400 400 { 401 // XXX disable this part as long it is not correctly working402 //return false;403 404 401 Glib::ustring sDevicePath = getCachePath() + m_pConfigRom->getGuidString(); 405 402 … … 432 429 debugOutput( DEBUG_LEVEL_NORMAL, "could create valid bebob driver from %s\n", 433 430 sFileName.c_str() ); 434 }435 436 // XXX only for testing purpose here. Can be removed when loadFromCache works437 AVC::Plug* inputPlug = getPlugById( m_pcrPlugs, Plug::eAPD_Input, 0 );438 if ( !inputPlug ) {439 debugError( "loadFromCache: Could not retrieve iso input plug 0\n" );440 431 } 441 432