]> git.alsa-project.org Git - alsa-lib.git/commit
Remove assert from header files
authorTakashi Iwai <tiwai@suse.de>
Thu, 25 Oct 2007 13:36:03 +0000 (15:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 25 Oct 2007 13:36:03 +0000 (15:36 +0200)
commit68e5771a6f7a2aae2dbd02a097719bcd25c6f307
tree6f676c0499069159e3cfdd3f6ee9bfaabd630b21
parent9eb272c753e2d376be87433b2428f69c24a4bccb
Remove assert from header files

Putting assert in the public macros isn't good idea at all.
Let's get rid of them.

Also, clean up snd*_alloca() functions to use a helper macro
instead of copy and paste.
include/asoundlib-head.h
include/control.h
include/global.h
include/hwdep.h
include/instr.h
include/mixer.h
include/pcm.h
include/rawmidi.h
include/seq.h
include/timer.h
src/mixer/simple_none.c