Author: akhaldi
Date: Sun Feb 5 17:27:26 2012
New Revision: 55435
URL:
http://svn.reactos.org/svn/reactos?rev=55435&view=rev
Log:
* Merge r55432 from trunk.
Modified:
branches/ros-branch-0_3_14/ (props changed)
branches/ros-branch-0_3_14/drivers/wdm/audio/backpln/portcls/undoc.cpp
Propchange: branches/ros-branch-0_3_14/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Feb 5 17:27:26 2012
@@ -11,4 +11,4 @@
/branches/shell32_new-bringup:51893-53652,53661,53700
/branches/tcp-rewrite-branch:48720,48840-48841,49424-49426,49454
/branches/wlan-bringup:54809-54998
-/trunk/reactos:55012,55173
+/trunk/reactos:55012,55173,55432
Modified: branches/ros-branch-0_3_14/drivers/wdm/audio/backpln/portcls/undoc.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14/drivers/wdm/a…
==============================================================================
--- branches/ros-branch-0_3_14/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1]
(original)
+++ branches/ros-branch-0_3_14/drivers/wdm/audio/backpln/portcls/undoc.cpp [iso-8859-1]
Sun Feb 5 17:27:26 2012
@@ -6,7 +6,6 @@
* PROGRAMMER: Johannes Anderwald
*/
-#define YDEBUG
#include "private.hpp"
NTSTATUS
@@ -762,7 +761,7 @@
RtlCopyMemory(Descriptor->Interfaces, InterfaceGuids, sizeof(GUID) *
InterfaceCount);
Descriptor->InterfaceCount = InterfaceCount;
- DumpFilterDescriptor(FilterDescription);
+ //DumpFilterDescriptor(FilterDescription);
// are any property sets supported by the portcls
if (FilterPropertiesCount)