mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[HDAUDBUS] Fix a DPRINT.
This commit is contained in:
parent
1f76fb738a
commit
a7431880bd
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue