diff options
Diffstat (limited to 'src/VBox/Devices/Audio/audio.c')
-rw-r--r-- | src/VBox/Devices/Audio/audio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/VBox/Devices/Audio/audio.c b/src/VBox/Devices/Audio/audio.c index c25f0aaec..5c17f2320 100644 --- a/src/VBox/Devices/Audio/audio.c +++ b/src/VBox/Devices/Audio/audio.c @@ -66,12 +66,12 @@ static struct audio_driver *drvtab[] = { &oss_audio_driver, #endif #ifdef RT_OS_LINUX -# ifdef VBOX_WITH_ALSA - &alsa_audio_driver, -# endif # ifdef VBOX_WITH_PULSE &pulse_audio_driver, # endif +# ifdef VBOX_WITH_ALSA + &alsa_audio_driver, +# endif #endif /* RT_OS_LINUX */ #ifdef RT_OS_DARWIN &coreaudio_audio_driver, |