mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 10:22:28 +00:00
[AUDIO-BRINGUP]
- Fix major bug which made change volume / mute requests fail svn path=/branches/audio-bringup/; revision=49972
This commit is contained in:
parent
062790010c
commit
4cf9ead133
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ MMixerNotifyControlChange(
|
|||
PEVENT_NOTIFICATION_ENTRY NotificationEntry;
|
||||
|
||||
/* enumerate list and add a notification entry */
|
||||
Entry = MixerInfo->LineList.Flink;
|
||||
Entry = MixerInfo->EventList.Flink;
|
||||
while(Entry != &MixerInfo->EventList)
|
||||
{
|
||||
/* get notification entry offset */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue