Changeset 2285:3e05ea92950e in roaraudio for roard/include


Ignore:
Timestamp:
08/04/09 16:07:53 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added driver name to parameter list of new streams, corected flag name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/sources.h

    r2275 r2285  
    3838 unsigned int subsystems; 
    3939 int (*old_open)(char * driver, char * device, char * container, char * options, int primary); 
    40  int (*new_open)(int stream   , char * device, int fh); 
     40 int (*new_open)(int stream   , char * device, int fh, char * driver); 
    4141}; 
    4242 
     
    5757                     char * options, int primary); 
    5858 
    59 int sources_add_raw  (int stream   , char * device, int fh); 
     59int sources_add_raw  (int stream   , char * device, int fh, char * driver); 
    6060int sources_add_wav  (char * driver, char * device, char * container, char * options, int primary); 
    6161int sources_add_cf   (char * driver, char * device, char * container, char * options, int primary); 
    6262int sources_add_roar (char * driver, char * device, char * container, char * options, int primary); 
    6363 
     64int sources_add_cdriver (int stream   , char * device, int fh, char * driver); 
     65 
    6466#endif 
    6567 
Note: See TracChangeset for help on using the changeset viewer.