snd_BUG_ON (9) - Linux Manuals
snd_BUG_ON: debugging check macro
NAME
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.
COPYRIGHT