[BDASUP][KMIXER][MMIXER][STREAM] Replace meaningless YDEBUG (#5818)

bdasup: Addendum to 40c15ec (r46632).
kmixer: Addendum to 3e489bf (r42143).
mmixer: Addendum to c42d9f2 (r44872).
stream: Addendum to 4a0debf (r41662).
Serge plans a follow up that will remove all other remaining YDEBUG in the source tree.
The ones covered here he considered to be the most trivial ones.
This commit is contained in:
Serge Gautherie 2023-10-31 13:04:24 +01:00 committed by GitHub
parent 6d7aaaade0
commit 60b0afc3af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 40 deletions

View file

@ -10,7 +10,7 @@
#include <bdamedia.h>
#include <bdasup.h>
#define YDEBUG
// #define NDEBUG
#include <debug.h>

View file

@ -10,7 +10,7 @@
#include <swenum.h>
#define YDEBUG
// #define NDEBUG
#include <debug.h>
NTSTATUS
@ -199,4 +199,3 @@ KMixAllocateDeviceHeader(
CreateItem);
return Status;
}

View file

@ -8,7 +8,7 @@
#include "kmixer.h"
#define YDEBUG
// #define NDEBUG
#include <debug.h>
NTSTATUS
@ -72,7 +72,6 @@ KMix_AddDevice(
/* initialize device extension */
RtlZeroMemory(DeviceExtension, sizeof(KMIXER_DEVICE_EXT));
Status = KMixAllocateDeviceHeader(DeviceExtension);
if (!NT_SUCCESS(Status))
{
@ -98,7 +97,6 @@ cleanup:
return Status;
}
NTSTATUS
NTAPI
DriverEntry(

View file

@ -1,7 +1,8 @@
#pragma once
#include <strmini.h>
#define YDEBUG
// #define NDEBUG
#include <debug.h>
#define STREAMDEBUG_LEVEL DebugLevelMaximum