mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[HDAUDBUS] Fix a DPRINT.
This commit is contained in:
@@ -240,7 +240,7 @@ HDA_InitCodec(
|
||||
AudioGroup->FunctionGroup = FUNCTION_GROUP_NODETYPE_AUDIO;
|
||||
|
||||
// Found an Audio Function Group!
|
||||
DPRINT1("NodeId %x found an audio function group!\n");
|
||||
DPRINT1("NodeId %x found an audio function group!\n", NodeId);
|
||||
|
||||
Status = IoCreateDevice(DeviceObject->DriverObject, sizeof(HDA_PDO_DEVICE_EXTENSION), NULL, FILE_DEVICE_SOUND, FILE_AUTOGENERATED_DEVICE_NAME, FALSE, &AudioGroup->ChildPDO);
|
||||
if (!NT_SUCCESS(Status))
|
||||
|
||||
Reference in New Issue
Block a user