Changeset 1798

Show
Ignore:
Timestamp:
02/11/10 01:51:44 (2 years ago)
Author:
jwoithe
Message:

RME: remove commented out debug lines which are no longer required.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/rme/rme_avdevice.cpp

    r1749 r1798  
    788788    } 
    789789 
    790 //printf("writeRegister: %016llx = %08x\n", reg, data); 
    791790    return (err==0)?0:-1; 
    792791} 
     
    811810    } 
    812811 
    813 //printf("writeBlock: %016llx, size=%d (%d)\n", reg, n_quads, n_quads*4); 
    814812    return (err==0)?0:-1; 
    815813}