Show
Ignore:
Timestamp:
05/10/09 07:50:57 (15 years ago)
Author:
ppalmers
Message:

- Implement basic HSS1394 support for the Stanton SCS devices
- Start of the implementation of a generic TCAT DICE EAP control
- Reworked part of the busreset / ARM handler code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/config_debug.h.in

    r1498 r1550  
    1313 
    1414// use an RT thread for reading out the messagebuffer. 
    15 // can reduce the number of buffer xruns, but not 
    16 // recommended 
    17 #define DEBUG_MESSAGE_BUFFER_REALTIME        0 
     15// can reduce the number of buffer xruns, and 
     16// avoids priority inversion issues 
     17#define DEBUG_MESSAGE_BUFFER_REALTIME        1 
    1818#define DEBUG_MESSAGE_BUFFER_REALTIME_PRIO   1 
    1919