Changeset 2233:4111857c764a in roaraudio


Ignore:
Timestamp:
07/28/09 03:31:59 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

raw driver supports subsystem RAW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver.c

    r2209 r2233  
    3535   NULL, driver_roar_close, NULL, NULL, NULL, driver_roar_flush, driver_roar_open_vio}, 
    3636#ifdef ROAR_HAVE_IO_POSIX 
    37  { "raw",  "RAW PCM driver", "/some/file", DRV_FLAG_FHSEC, ROAR_SUBSYS_WAVEFORM|ROAR_SUBSYS_MIDI|ROAR_SUBSYS_LIGHT, 
     37 { "raw",  "RAW PCM driver", "/some/file", DRV_FLAG_FHSEC, 
     38   ROAR_SUBSYS_WAVEFORM|ROAR_SUBSYS_MIDI|ROAR_SUBSYS_LIGHT|ROAR_SUBSYS_RAW, 
    3839   NULL, NULL, NULL, NULL, NULL, driver_raw_flush, driver_raw_open_vio}, 
    3940#endif 
     
    8687  if ( g_driver[i].subsystems & ROAR_SUBSYS_LIGHT ) 
    8788   subsys[3] = 'L'; 
     89  if ( g_driver[i].subsystems & ROAR_SUBSYS_RAW ) 
     90   subsys[4] = 'R'; 
    8891 
    8992  printf("  %-9s %c%c%c %6s - %s (devices: %s)\n", g_driver[i].name, 
Note: See TracChangeset for help on using the changeset viewer.