- Return correct status code
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 4 Oct 2009 20:14:09 +0000 (20:14 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Sun, 4 Oct 2009 20:14:09 +0000 (20:14 +0000)
svn path=/trunk/; revision=43290

reactos/drivers/wdm/audio/legacy/wdmaud/mixer.c

index 70856e2..8bd09bd 100644 (file)
@@ -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));
 
 }