diff -r 5158c0d3bde3 -r d00bf4f57250 baseport/syborg/soundsc/shared_sound.h --- a/baseport/syborg/soundsc/shared_sound.h Mon May 10 11:37:38 2010 +0100 +++ b/baseport/syborg/soundsc/shared_sound.h Wed May 12 23:13:16 2010 +0100 @@ -19,8 +19,8 @@ #include -#ifdef _ENABLE_SYBORG_AUDIO_DRIVER_DEBUG -#define SYBORG_SOUND_DEBUG(x...) Kern::Printf(x) +#ifndef DISABLE_SYBORG_SOUND_DEBUG +#define SYBORG_SOUND_DEBUG(x...) __KTRACE_OPT(KSOUND1, Kern::Printf(x)) #else #define SYBORG_SOUND_DEBUG(x...) #endif @@ -33,7 +33,7 @@ #include "virtio_audio_defs.h" /// @brief defines the maximum size for a single audio data transfer -static const TInt KMaxTransferLength = 128 * 1024; +static const TInt KMaxTransferLength = 256 * 1024; namespace VirtIo {