mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Ignore the failure of device interface registration as a audio might not have been initialized yet
svn path=/trunk/; revision=39781
This commit is contained in:
@@ -161,7 +161,6 @@ SysAudioRegisterNotifications(
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("IoRegisterPlugPlayNotification failed with %x\n", Status);
|
||||
return Status;
|
||||
}
|
||||
|
||||
Status = IoRegisterPlugPlayNotification(EventCategoryDeviceInterfaceChange,
|
||||
|
||||
Reference in New Issue
Block a user