Changeset 626

Show
Ignore:
Timestamp:
09/07/07 10:47:48 (16 years ago)
Author:
ppalmers
Message:

minor things

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/libavc/descriptors/avc_descriptor.cpp

    r618 r626  
    472472    m_text.append(txt); 
    473473 
     474    debugOutput(DEBUG_LEVEL_VERBOSE, "Read AVCRawTextInfoBlock: '%s'\n", m_text.c_str()); 
     475 
    474476    return result; 
    475477} 
     
    532534    m_text.append(txt); 
    533535 
     536    debugOutput(DEBUG_LEVEL_VERBOSE, "Read AVCNameInfoBlock: '%s'\n", m_text.c_str()); 
     537 
    534538    return result; 
    535539} 
  • trunk/libffado/src/libavc/general/avc_generic.h

    r618 r626  
    109109    // workaround 
    110110    static void setSleepAfterAVCCommand( int time ); 
     111    static int getSleepAfterAVCCommand( ) {return m_time;}; 
    111112protected: 
    112113    void showFcpFrame( const unsigned char* buf,