OSDN Git Service

- removed snd_seq_create_event from seq.h. it's deprecated.
authorTakashi Iwai <tiwai@suse.de>
Mon, 27 May 2002 11:14:20 +0000 (11:14 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 May 2002 11:14:20 +0000 (11:14 +0000)
commitea83756fbedaac3120a5af90db17afe7286b99d5
tree8435edccf5aa8d7e1de96c44b865f30ade7097aa
parentffda02123d2e421104932e2e15dccb9ae31a59da
- removed snd_seq_create_event from seq.h.  it's deprecated.
  the function itself still exists for compatibility
  but protected by DOC_HIDDEN.
- a bit more comments about snd_seq_free_event.

- since alsa.m4 used snd_seq_create_event for checking libasound,
  now it's replaced with snd_ctl_open.
include/seq.h
src/seq/seq.c
utils/alsa.m4