[ALSA] Fix emu10k1 synth problems.
Modules: EMU10K1/EMU10K2 driver,Common EMU synth This patch fixes problems with voices cutting off or not sounding at all. Signed-off-by: Tim <tedon@rogers.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -171,7 +171,6 @@ snd_emux_note_off(void *p, int note, int vel, snd_midi_channel_t *chan)
|
||||
vp = &emu->voices[ch];
|
||||
if (STATE_IS_PLAYING(vp->state) &&
|
||||
vp->chan == chan && vp->key == note) {
|
||||
vp->time = emu->use_time++;
|
||||
vp->state = SNDRV_EMUX_ST_RELEASED;
|
||||
if (vp->ontime == jiffies) {
|
||||
/* if note-off is sent too shortly after
|
||||
|
Reference in New Issue
Block a user