- Implement CPortFilterWaveCyclic::FastDeviceIoControl
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 24 Sep 2009 15:07:29 +0000 (15:07 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Thu, 24 Sep 2009 15:07:29 +0000 (15:07 +0000)
svn path=/trunk/; revision=43130

reactos/drivers/wdm/audio/backpln/portcls/filter_wavecyclic.cpp

index 80a8d2b..8d18845 100644 (file)
@@ -244,8 +244,7 @@ CPortFilterWaveCyclic::FastDeviceIoControl(
     OUT PIO_STATUS_BLOCK StatusBlock,
     IN PDEVICE_OBJECT DeviceObject)
 {
-    UNIMPLEMENTED
-    return FALSE;
+    return KsDispatchFastIoDeviceControlFailure(FileObject, Wait, InputBuffer, InputBufferLength, OutputBuffer, OutputBufferLength, IoControlCode, StatusBlock, DeviceObject);
 }
 
 BOOLEAN