commit | 7c22f1aaa23370bf9ba2dd3abbccbed70dced216 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Oct 10 11:46:31 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Nov 04 13:17:42 2005 +0100 |
tree | ebc9c1e5cfdab4815afdfab1ba583e6220287252 | |
parent | f01cc521a2abef5dba24fb0873b9626ba6b0a0a5 [diff] |
[ALSA] Remove snd_runtime_check() macro 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>