From c497d41b486054c56e6da296a63bc7fad1dd8b2e Mon Sep 17 00:00:00 2001 From: Jan Zerebecki Date: Sun, 18 Jul 2010 12:26:05 +0200 Subject: [PATCH] winecfg: Disable NAS as it takes too long when selecting the audio tab and is almost not in use anymore. "nas" can still be manually set in the registry. TODO: agreement was to remove the whole driver instead --- programs/winecfg/audio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c index 1d70c03a1de..c0a51a8027b 100644 --- a/programs/winecfg/audio.c +++ b/programs/winecfg/audio.c @@ -95,7 +95,9 @@ static AUDIO_DRIVER sAudioDrivers[] = { {IDS_DRIVER_OSS, "oss"}, {IDS_DRIVER_COREAUDIO, "coreaudio"}, {IDS_DRIVER_JACK, "jack"}, +#if 0 {IDS_DRIVER_NAS, "nas"}, +#endif {IDS_DRIVER_ESOUND, "esd"}, {IDS_DRIVER_AUDIOIO, "audioio"}, {0, ""} -- 2.11.4.GIT