mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +00:00
[AUDIO-BRINGUP]
- Remove installation of non-existant wdmaud / sysaudio / kmixer svn path=/branches/audio-bringup/; revision=49956
This commit is contained in:
parent
f5a193a41b
commit
d8bb0e8df8
2 changed files with 0 additions and 32 deletions
|
@ -395,13 +395,6 @@ MMSYS_InstallDevice(HDEVINFO hDevInfo, PSP_DEVINFO_DATA pspDevInfoData)
|
|||
NULL,
|
||||
NULL);
|
||||
|
||||
if (Result)
|
||||
{
|
||||
Result = SetupInstallServicesFromInfSectionW(hInf,
|
||||
L"Audio_Inst.NT.Services",
|
||||
0);
|
||||
}
|
||||
|
||||
SetupTermDefaultQueueCallback(Context);
|
||||
SetupCloseInfFile(hInf);
|
||||
|
||||
|
|
|
@ -30,38 +30,13 @@ HKR, , Installer32, 0, "MmSys.Cpl,MediaClassInstaller"
|
|||
CopyFiles = Audio.CopyFiles.KernelMode, Audio.CopyFiles.UserMode
|
||||
|
||||
[Audio.CopyFiles.KernelMode]
|
||||
sysaudio.sys
|
||||
wdmaud.sys
|
||||
portcls.sys
|
||||
drmk.sys
|
||||
kmixer.sys
|
||||
|
||||
[Audio.CopyFiles.UserMode]
|
||||
wdmaud.drv
|
||||
ksuser.dll
|
||||
|
||||
[Audio_Inst.NT.Services]
|
||||
AddService = wdmaud,,wdmaud_Service_Inst
|
||||
AddService = sysaudio,,sysaudio_Service_Inst
|
||||
AddService = kmixer,,kmixer_Service_Inst
|
||||
|
||||
[wdmaud_Service_Inst]
|
||||
ServiceType = 1
|
||||
StartType = 3
|
||||
ErrorControl = 0
|
||||
ServiceBinary = %12%\wdmaud.sys
|
||||
|
||||
[kmixer_Service_Inst]
|
||||
ServiceType = 1
|
||||
StartType = 3
|
||||
ErrorControl = 0
|
||||
ServiceBinary = %12%\kmixer.sys
|
||||
|
||||
[sysaudio_Service_Inst]
|
||||
ServiceType = 1
|
||||
StartType = 3
|
||||
ErrorControl = 0
|
||||
ServiceBinary = %12%\sysaudio.sys
|
||||
|
||||
;-------------------------------- STRINGS -------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue