[ALSA] Remove snd_runtime_check() macro
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Oct 2005 09:46:31 +0000 (11:46 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 4 Nov 2005 12:17:42 +0000 (13:17 +0100)
Remove snd_runtime_check() macro.
This macro worsens the readability of codes.  They should be either
normal if() or removable asserts.

Also, the assert displays stack-dump, instead of only the last caller
pointer.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found