Changeset 2367:bdbcf1c16820 in roaraudio for roard/include/driver_dmx.h


Ignore:
Timestamp:
08/15/09 03:01:20 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added server stream para to all drivers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver_dmx.h

    r1828 r2367  
    2626#define _DRIVER_DMX_H_ 
    2727 
    28 int driver_dmx_open_vio  (struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh); 
     28int driver_dmx_open_vio  (struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh, struct roar_stream_server * sstream); 
    2929ssize_t driver_dmx_write (struct roar_vio_calls * vio,  void *buf, size_t count); 
    3030int     driver_dmx_ctl   (struct roar_vio_calls * vio,  int cmd, void * data); 
Note: See TracChangeset for help on using the changeset viewer.