Changeset 1120:b6c25640aa42 in roaraudio for roard/roard.c


Ignore:
Timestamp:
01/16/09 17:54:08 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to esd driver for sync and async streams

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1117 r1120  
    207207  streams_mark_primary(stream); 
    208208 
    209  if ( sync ) 
     209 if ( sync ) { 
    210210  streams_set_flag(stream, ROAR_FLAG_SYNC); 
     211 } else { 
     212  streams_reset_flag(stream, ROAR_FLAG_SYNC); 
     213 } 
    211214 
    212215 return 0; 
Note: See TracChangeset for help on using the changeset viewer.