Changeset 1363

Show
Ignore:
Timestamp:
10/19/08 18:35:04 (15 years ago)
Author:
jwoithe
Message:

MOTU: fix a misleading comment.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/src/libstreaming/motu/MotuTransmitStreamProcessor.cpp

    r1355 r1363  
    440440{ 
    441441    quadlet_t *quadlet = (quadlet_t *)data; 
    442     // Size of a single data frame in quadlets.  For data sent by the 
     442    // Size of a single data frame in quadlets.  For data sent TO the 
    443443    // Ultralite this is not strictly true (with m_event_size 52, dbs is set 
    444     // to 19).  Even so, we'll run with the assumption that a different dbs 
    445     // will be fine unless proven otherwise. 
     444    // to 13, even though data sent by the Ultralite uses 19 as one would 
     445    // expect from a 52-byte event).  Even so, we'll run with the assumption 
     446    // that a different dbs will be fine unless proven otherwise. 
    446447    unsigned dbs = m_event_size / 4; 
    447448