Name
snd_runtime_check —
run-time assersion macro
Synopsis
snd_runtime_check ( 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.
Unlike snd_assert, the action commands are executed even if
CONFIG_SND_DEBUG is not set but without any error messages.