mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +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:
parent
a47d006bd7
commit
d74f376c18
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ SysAudioRegisterNotifications(
|
|||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("IoRegisterPlugPlayNotification failed with %x\n", Status);
|
||||
return Status;
|
||||
}
|
||||
|
||||
Status = IoRegisterPlugPlayNotification(EventCategoryDeviceInterfaceChange,
|
||||
|
|
Loading…
Reference in a new issue