[AUDIO-BRINGUP]

- Fix major bug which made change volume / mute requests fail

svn path=/branches/audio-bringup/; revision=49972
This commit is contained in:
Johannes Anderwald 2010-12-07 15:52:25 +00:00
parent 062790010c
commit 4cf9ead133

View file

@ -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 */