snd_BUG_ON — debugging check macro
snd_BUG_ON (
)
cond
condition to evaluate
Has the same behavior as WARN_ON when CONFIG_SND_DEBUG is set, otherwise just evaluates the conditional and returns the value.