mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 21:09:43 +00:00
[WDMAUD.DRV]
- Fix build svn path=/trunk/; revision=44723
This commit is contained in:
parent
4b9731d0db
commit
16bb7edce3
1 changed files with 1 additions and 5 deletions
|
@ -134,10 +134,6 @@ DriverProc(
|
||||||
{
|
{
|
||||||
case DRV_LOAD :
|
case DRV_LOAD :
|
||||||
{
|
{
|
||||||
#ifndef USE_MMIXER_LIB
|
|
||||||
HANDLE Handle;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SND_TRACE(L"DRV_LOAD\n");
|
SND_TRACE(L"DRV_LOAD\n");
|
||||||
|
|
||||||
Result = InitEntrypointMutexes();
|
Result = InitEntrypointMutexes();
|
||||||
|
@ -154,7 +150,7 @@ DriverProc(
|
||||||
#else
|
#else
|
||||||
if (WdmAudOpenSoundDeviceByLegacy() != MMSYSERR_NOERROR)
|
if (WdmAudOpenSoundDeviceByLegacy() != MMSYSERR_NOERROR)
|
||||||
{
|
{
|
||||||
SND_ERR(L"Failed to open %s\n", KERNEL_DEVICE_NAME);
|
SND_ERR(L"Failed to open \\\\.\\wdmaud\n");
|
||||||
CleanupEntrypointMutexes();
|
CleanupEntrypointMutexes();
|
||||||
|
|
||||||
//UnlistAllSoundDevices();
|
//UnlistAllSoundDevices();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue