Changeset 5012:b263759832f1 in roaraudio for roard/driver_shout.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_shout.c

    r4967 r5012  
    199199 
    200200 memset(inst, 0, sizeof(struct roar_vio_calls)); 
    201  inst->inst  = (void*)shout; 
    202  inst->write = driver_shout_write; 
    203  inst->close = driver_shout_close; 
     201 inst->inst     = (void*)shout; 
     202 inst->write    = driver_shout_write; 
     203 inst->close    = driver_shout_close; 
     204 inst->nonblock = driver_dummy_nonblock; 
    204205 
    205206 return 0; 
Note: See TracChangeset for help on using the changeset viewer.