baseport/syborg/soundsc/virtio.h
changeset 72 d00bf4f57250
parent 45 01c1ffcc4fca
equal deleted inserted replaced
71:5158c0d3bde3 72:d00bf4f57250
    32 
    32 
    33 #include <e32lang.h>
    33 #include <e32lang.h>
    34 #include <assp.h>
    34 #include <assp.h>
    35 
    35 
    36 
    36 
    37 #ifdef _ENABLE_SYBORG_VIRTIO_DEBUG
    37 #ifndef DISABLE_SYBORG_SOUND_DEBUG
    38 #define SYBORG_VIRTIO_DEBUG(x...) Kern::Printf(x)
    38 #define SYBORG_VIRTIO_DEBUG(x...) __KTRACE_OPT(KSOUND1, Kern::Printf(x))
    39 #else
    39 #else
    40 #define SYBORG_VIRTIO_DEBUG(x...)
    40 #define SYBORG_VIRTIO_DEBUG(x...)
    41 #endif
    41 #endif
    42 
    42 
    43 #undef ASSERT
    43 #undef ASSERT