Name
snd_assert —
run-time assersion macro
Synopsis
snd_assert ( expr, args...);
Arguments
expr
expression
args...: the action
args...
Description
This macro checks the expression in run-time and invokes the commands
given in the rest arguments if the assertion is failed.
When CONFIG_SND_DEBUG is not set, the expression is executed but
not checked.