1SND_BUG_ON(9) Miscellaneous Functions SND_BUG_ON(9)
23
4
NAME
6snd_BUG_ON - debugging check macro
7
SYNOPSIS
9snd_BUG_ON(cond);
10
ARGUMENTS
12cond
13condition to evaluate
14
DESCRIPTION
16Has the same behavior as WARN_ON when CONFIG_SND_DEBUG is set,
17otherwise just evaluates the conditional and returns the value.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SND_BUG_ON(9)