sound: rawmidi: disable active-sensing-on-close by default
authorClemens Ladisch <clemens@ladisch.de>
Mon, 13 Jul 2009 11:52:46 +0000 (13:52 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 15 Jul 2009 09:57:20 +0000 (11:57 +0200)
commit2d4b842014dc76a81abced47ef27177eedb9deba
treedbc52b4d9a5e78e9ac82da9b31bcd5c5794be53b
parent08d033405a5a537d4197dad0fcb6be47062be2a9
sound: rawmidi: disable active-sensing-on-close by default

Sending an Active Sensing message when closing a port can interfere with
the following data if the port is reopened and a note-on is sent before
the device's timeout has elapsed.  Therefore, it is better to disable
this setting by default.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/rawmidi.c
sound/core/seq/seq_midi.c