Changeset 1920:f06218b2705e in roaraudio


Ignore:
Timestamp:
05/27/09 17:39:08 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1919 r1920  
    158158 int sync = 0; 
    159159 int32_t blocks = -1, blocksize = -1; 
    160  int dir = OAR_DIR_OUTPUT; 
     160 int dir = ROAR_DIR_OUTPUT; 
    161161 
    162162 ROAR_DBG("add_output(drv='%s', dev='%s', opts='%s') = ?", drv, dev, opts); 
     
    227227  } else if ( strcmp(k, "subsystem") == 0 ) { 
    228228   if ( !strcasecmp(v, "wave") || !strcasecmp(v, "waveform") ) { 
    229     dir = OAR_DIR_OUTPUT; 
     229    dir = ROAR_DIR_OUTPUT; 
    230230   } else if ( !strcasecmp(v, "midi") ) { 
    231231    dir = ROAR_DIR_MIDI_OUT; 
Note: See TracChangeset for help on using the changeset viewer.