mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SOUNDBLASTER]
* Add a PCH. svn path=/trunk/; revision=52984
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user