Changeset 930:62b20281af8d in roaraudio for roard/driver_esd.c


Ignore:
Timestamp:
12/07/08 17:24:18 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a addition argument fh to vio driver open rutine, added var to save driver id in server stream struct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_esd.c

    r912 r930  
    6060} 
    6161 
    62 int driver_esd_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info) { 
     62int driver_esd_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh) { 
     63 
     64 if ( fh != -1 ) 
     65  return -1; 
     66 
    6367 inst->read  = driver_esd_read; 
    6468 inst->write = driver_esd_write; 
Note: See TracChangeset for help on using the changeset viewer.