[SOUNDBLASTER]

* Add a PCH.

svn path=/trunk/; revision=52984
This commit is contained in:
Amine Khaldi
2011-07-28 16:19:09 +00:00
parent 7000348187
commit 2525881109
8 changed files with 11 additions and 21 deletions
@@ -13,4 +13,5 @@ list(APPEND SOURCE
mixer.c)
add_library(soundblaster ${SOURCE})
add_pch(soundblaster precomp.h)
add_dependencies(soundblaster bugcodes)
@@ -13,11 +13,7 @@
Functions documented in sbdsp.h
*/
#include <ntddk.h>
#include <debug.h>
#include <time.h>
#include <sbdsp.h>
#include "precomp.h"
NTSTATUS
SbDspReset(
@@ -18,10 +18,7 @@
The I/O switches are used for muting/unmuting mic, etc.
*/
#include <ntddk.h>
#include <debug.h>
#include <sbdsp.h>
#include "precomp.h"
VOID
SbMixerReset(IN PUCHAR BasePort)
@@ -0,0 +1,4 @@
#include <ntddk.h>
#include <debug.h>
#include <time.h>
#include <sbdsp.h>
@@ -13,10 +13,7 @@
Functions documented in sbdsp.h
*/
#include <ntddk.h>
#include <debug.h>
#include <sbdsp.h>
#include "precomp.h"
BOOLEAN
SbDspIsValidInputRate(
@@ -10,4 +10,5 @@
<file>speaker.c</file>
<file>rate.c</file>
<file>mixer.c</file>
<pch>precomp.h</pch>
</module>
@@ -13,10 +13,7 @@
Functions documented in sbdsp.h
*/
#include <ntddk.h>
#include <debug.h>
#include <sbdsp.h>
#include "precomp.h"
NTSTATUS
SbDspEnableSpeaker(
@@ -13,10 +13,7 @@
Functions documented in sbdsp.h
*/
#include <ntddk.h>
#include <debug.h>
#include <sbdsp.h>
#include "precomp.h"
NTSTATUS
SbDspGetVersion(