snd_BUG_ON (9) Linux Manual Page
snd_BUG_ON – debugging check macro
Synopsis
- snd_BUG_ON(cond);
Arguments
cond
-
- condition to evaluate
Description
Has the same behavior as WARN_ON when CONFIG_SND_DEBUG is set, otherwise just evaluates the conditional and returns the value.
