Changeset 3725:35622f6adcee in roaraudio for roard/driver.c


Ignore:
Timestamp:
04/25/10 18:08:01 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added RSound driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver.c

    r3693 r3725  
    6464 {"sndio", "OpenBSD sndio", "/dev/audio, /tmp/aucat-<uid>/default", DRV_FLAG_NONE, ROAR_SUBSYS_WAVEFORM|ROAR_SUBSYS_MIDI, 
    6565  NULL, NULL, driver_sndio_open}, 
     66#endif 
     67#ifdef ROAR_HAVE_LIBRSOUND 
     68 {"rsound", "RSound", "servername", DRV_FLAG_NONE, ROAR_SUBSYS_WAVEFORM, 
     69  NULL, NULL, driver_rsound_open}, 
    6670#endif 
    6771#ifdef ROAR_HAVE_LIBASOUND 
Note: See TracChangeset for help on using the changeset viewer.