Changeset 3587:633259c6045c in roaraudio for roard/driver_raw.c


Ignore:
Timestamp:
02/28/10 05:25:47 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated raw driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_raw.c

    r3517 r3587  
    2929int driver_raw_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh, struct roar_stream_server * sstream) { 
    3030 
    31  if ( device == NULL ) { 
     31 ROAR_WARN("The raw driver is obsolete, use dstr driver!"); 
     32 
     33 if ( fh == -1 && device == NULL ) { 
    3234  return -1; 
    3335 } 
Note: See TracChangeset for help on using the changeset viewer.