Changeset 1120:b6c25640aa42 in roaraudio for roard/include/driver_esd.h


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/include/driver_esd.h

    r930 r1120  
    3232int driver_esd_write(struct roar_vio_calls * inst, void * buf, size_t len); 
    3333int driver_esd_read(struct roar_vio_calls  * inst, void * buf, size_t len); 
     34int driver_esd_nonblock(struct roar_vio_calls * vio, int state); 
     35int driver_esd_sync    (struct roar_vio_calls * vio); 
    3436int driver_esd_flush(DRIVER_USERDATA_T   inst); 
    3537 
Note: See TracChangeset for help on using the changeset viewer.