Re: [PATCH] Prevent loss of state between MIDI subscriptions

2012-12-25 Thread Thomas Karpiniec
pressed or it is power cycled. If a user application restarts and resubscribes, the parser no longer knows that it is receiving NOTEONs and fails to pass on new input. Signed-off-by: Thomas Karpiniec --- sound/core/seq/seq_midi.c |1 - 1 file changed, 1 deletion(-) diff --git a/sound/core/seq

[PATCH] Prevent loss of state between MIDI subscriptions

2012-12-25 Thread Thomas Karpiniec
restarts and resubscribes, the parser no longer knows that it is receiving NOTEONs and fails to pass on new input. Signed-off-by: Thomas Karpiniec --- sound/core/seq/seq_midi.c |1 - 1 file changed, 1 deletion(-) diff --git a/sound/core/seq/seq_midi.c b/sound/core/seq/seq_midi.c index