Changeset 2367:bdbcf1c16820 in roaraudio for roard/driver_roar.c


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/driver_roar.c

    r2365 r2367  
    2525#include "roard.h" 
    2626 
    27 int driver_roar_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh) { 
     27int driver_roar_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh, struct roar_stream_server * sstream) { 
    2828 
    2929 if ( fh != -1 ) { // this is a connection to a roard, no roar_simple_*() interface avalible for this case 
Note: See TracChangeset for help on using the changeset viewer.