Author: jgardou
Date: Sun Dec 22 16:58:58 2013
New Revision: 61334
URL:
http://svn.reactos.org/svn/reactos?rev=61334&view=rev
Log:
[CMIDRIVER]
- Do not use the WAVERT interface, it's a win vista+ thing
Modified:
trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt
trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/debug.hpp
Modified: trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt [iso-8859-1]
(original)
+++ trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt [iso-8859-1] Sun Dec
22 16:58:58 2013
@@ -33,7 +33,7 @@
add_cd_file(TARGET cmipci DESTINATION reactos/system32/drivers FOR all)
if(ARCH STREQUAL "i386")
- add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/CM8738-x32-WaveRT.inf"
DESTINATION reactos/inf FOR all)
+ add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/CM8738-x32.inf" DESTINATION
reactos/inf FOR all)
else()
- add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/CM8738-x64-WaveRT.inf"
DESTINATION reactos/inf FOR all)
+ add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/CM8738-x64.inf" DESTINATION
reactos/inf FOR all)
endif()
Modified: trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/debug.hpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/debug.hpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/debug.hpp [iso-8859-1] Sun Dec 22
16:58:58 2013
@@ -29,7 +29,7 @@
#define _DEBUG_HPP_
#define CMIVERSION "1.2.6"
-#define WAVERT
+// #define WAVERT
//#define UART //disabled for improved stability on ULi motherboards
#if (DBG)