Changeset 5012:b263759832f1 in roaraudio for roard/driver_rsound.c


Ignore:
Timestamp:
05/26/11 12:57:17 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Updated drivers to use new sync stream selection logic correctly (Closes: #136)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_rsound.c

    r4708 r5012  
    139139 memset(inst, 0, sizeof(struct roar_vio_calls)); 
    140140 
    141  inst->inst  = self; 
    142  inst->close = driver_rsound_close; 
    143  inst->write = driver_rsound_write; 
     141 inst->inst     = self; 
     142 inst->close    = driver_rsound_close; 
     143 inst->write    = driver_rsound_write; 
     144 inst->nonblock = driver_dummy_nonblock; 
    144145 
    145146 return 0; 
Note: See TracChangeset for help on using the changeset viewer.