Show
Ignore:
Timestamp:
11/29/07 13:56:38 (16 years ago)
Author:
ppalmers
Message:

- get rid of IsoStream? class since it's only overhead and doesn't really do anything specific. Most of it's functionality is going somewhere else anyway.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/libstreaming/motu/MotuReceiveStreamProcessor.cpp

    r742 r747  
    9191    // FIXME: not needed anymore? 
    9292    //m_ticks_per_frame = (TICKS_PER_SECOND*1.0) / ((float)m_manager->getNominalRate()); 
    93  
    94     debugOutput( DEBUG_LEVEL_VERBOSE, "Prepared for:\n"); 
    95     debugOutput( DEBUG_LEVEL_VERBOSE, " Samplerate: %d\n", 
    96              m_manager->getNominalRate()); 
    97     debugOutput( DEBUG_LEVEL_VERBOSE, " PeriodSize: %d, NbBuffers: %d\n", 
    98              m_manager->getPeriodSize(), m_manager->getNbBuffers()); 
    99     debugOutput( DEBUG_LEVEL_VERBOSE, " Port: %d, Channel: %d\n", 
    100              m_port, m_channel); 
    10193 
    10294    return true; 
  • trunk/libffado/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp

    r742 r747  
    429429    } 
    430430#endif 
    431  
    432     debugOutput ( DEBUG_LEVEL_VERBOSE, "Prepared for:\n" ); 
    433     debugOutput ( DEBUG_LEVEL_VERBOSE, " Samplerate: %d\n", 
    434                 m_manager->getNominalRate() ); 
    435     debugOutput ( DEBUG_LEVEL_VERBOSE, " PeriodSize: %d, NbBuffers: %d\n", 
    436                 m_manager->getPeriodSize(), m_manager->getNbBuffers() ); 
    437     debugOutput ( DEBUG_LEVEL_VERBOSE, " Port: %d, Channel: %d\n", 
    438                 m_port, m_channel ); 
    439431    return true; 
    440432}