Changeset 2364:4d2d1aa717b1 in roaraudio for roard/roard.c


Ignore:
Timestamp:
08/15/09 02:10:09 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added argument ss of vio open driver...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r2340 r2364  
    439439 ROAR_STREAM_SERVER(s)->codec_orgi = codec; 
    440440 
    441  if ( driver_openvio(&(ss->vio), &(ss->driver_id), drv, dev, &(s->info), -1) == -1 ) { 
     441 if ( driver_openvio(&(ss->vio), &(ss->driver_id), drv, dev, &(s->info), -1, ss) == -1 ) { 
    442442  ss->driver_id = -1; // don't close a driver not opened... 
    443443  memset(&(ss->vio), 0, sizeof(struct roar_vio_calls)); 
Note: See TracChangeset for help on using the changeset viewer.