diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c index 19f5df75b64..2fc8c39d56e 100644 --- a/programs/winecfg/audio.c +++ b/programs/winecfg/audio.c @@ -82,7 +82,9 @@ static const char* DSound_Bits[] = { static const AUDIO_DRIVER sAudioDrivers[] = { {IDS_DRIVER_ALSA, "alsa"}, +#if 0 /* arts library is buggy */ {IDS_DRIVER_ARTS, "arts"}, +#endif {IDS_DRIVER_ESOUND, "esd"}, {IDS_DRIVER_OSS, "oss"}, {IDS_DRIVER_JACK, "jack"},