]> git.alsa-project.org Git - alsa-lib.git/commit
Bugfix:
authorTakashi Iwai <tiwai@suse.de>
Thu, 8 Jun 2000 10:55:34 +0000 (10:55 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Jun 2000 10:55:34 +0000 (10:55 +0000)
commitbbdff9fce525962e78e09d53b15224851d0334a5
tree9a99831d49b49fe694ac2f5bd5bc111eb9f174dd
parent7fe55fff6a1ff6a8178d889041d6ef3b617a3c5d
Bugfix:
 - dead SMP lock in es1968 (maestro2) driver.

Bugfix & enhances of sequencer stuff
    by Scott McNab <sdm@fractalgraphics.com.au>:
 - fix for the insrument list locking in SND_SEQ_EVENT_INSTR_BEGIN
   and SND_SEQ_EVENT_INSTR_END events.
   Note that nothing seems to really take notice of the list locking.
   This is more an issue when we add support for editing instruments
   anyway.

 - added new alsa-lib utility function snd_seq_ev_set_varusr() which
   is similar to snd_seq_ev_set_variable(), but specifies userspace
   extended event data.
   This is required in order to use the SND_SEQ_EVENT_INSTR_PUT
   command (took me bloody ages to work this out btw)

 - minor correction for gus & trident synth drivers
include/seqmid.h
src/seq/seqmid.c