From: Clemens Ladisch Date: Mon, 13 Jul 2009 11:50:17 +0000 (+0200) Subject: sound: seq_midi: do not send MIDI reset when closing X-Git-Tag: v2.6.32-rc1~732^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b86c87288c2205376ee213d6a03ac9422faf014a;p=pandora-kernel.git sound: seq_midi: do not send MIDI reset when closing Sending a MIDI reset message when closing a port is wrong because we only want to shut the device up, not to reset all settings. Furthermore, many devices ignore this message. Fortunately, the RawMIDI layer already shuts the device up, so we can ignore this matter here. Signed-off-by: Clemens Ladisch Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed