Changeset 2370:20fe0615bbe9 in roaraudio for roard/include/driver_sndio.h


Ignore:
Timestamp:
08/15/09 03:58:43 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added MIDI support to sndio output driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/driver_sndio.h

    r2367 r2370  
    2727 
    2828struct driver_sndio { 
     29 int    dir; 
    2930 char * device; 
    30  struct sio_hdl * handle; 
     31 struct sio_hdl * shandle; 
     32 struct mio_hdl * mhandle; 
    3133 struct roar_audio_info info; 
    3234 int need_reopen; 
Note: See TracChangeset for help on using the changeset viewer.