VirtualBox

Changeset 19061 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 21, 2009 11:10:15 AM (16 years ago)
Author:
vboxsync
Message:

Devices/audio.c: ditto.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/audio.c

    r19002 r19061  
    6363
    6464static struct audio_driver *drvtab[] = {
     65#if defined (RT_OS_LINUX) || defined (RT_OS_FREEBSD)
     66    &oss_audio_driver,
     67#endif
    6568#ifdef RT_OS_LINUX
    66     &oss_audio_driver,
    67 #ifdef VBOX_WITH_ALSA
     69# ifdef VBOX_WITH_ALSA
    6870    &alsa_audio_driver,
    69 #endif
    70 #ifdef VBOX_WITH_PULSE
     71# endif
     72# ifdef VBOX_WITH_PULSE
    7173    &pulse_audio_driver,
    72 #endif
    73 #endif
     74# endif
     75#endif /* RT_OS_LINUX */
    7476#ifdef RT_OS_DARWIN
    7577    &coreaudio_audio_driver,
     
    8385#ifdef RT_OS_SOLARIS
    8486    &solaudio_audio_driver,
    85 #endif
    86 #ifdef RT_OS_FREEBSD
    87     &oss_audio_driver,
    8887#endif
    8988    &no_audio_driver
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette