mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- Return correct status code
svn path=/trunk/; revision=43290
This commit is contained in:
parent
87d50197d2
commit
8d668541e1
1 changed files with 1 additions and 1 deletions
|
@ -1953,7 +1953,7 @@ WdmAudGetControlDetails(
|
|||
Status = SetGetMuteControlDetails(DeviceObject, MixerLine->DeviceIndex, NodeId, DeviceInfo, FALSE);
|
||||
}
|
||||
|
||||
return SetIrpIoStatus(Irp, STATUS_NOT_IMPLEMENTED, 0);
|
||||
return SetIrpIoStatus(Irp, Status, sizeof(WDMAUD_DEVICE_INFO));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue