Changeset 2681:359a85bcf5e9 in roaraudio for roard/roard.c


Ignore:
Timestamp:
09/13/09 00:43:35 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new subsystem complex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r2584 r2681  
    501501    dir = ROAR_DIR_RAW_OUT; 
    502502#endif 
     503   } else if ( !strcasecmp(v, "complex") ) { 
     504    dir = ROAR_DIR_COMPLEX_OUT; 
    503505   } else { 
    504506    ROAR_ERR("add_output(*): unknown/unsupported subsystem '%s'", k); 
Note: See TracChangeset for help on using the changeset viewer.