1SND_BUG_ON(9)               Miscellaneous Functions              SND_BUG_ON(9)
2
3
4

NAME

6       snd_BUG_ON - debugging check macro
7

SYNOPSIS

9       snd_BUG_ON(cond);
10

ARGUMENTS

12       cond
13           condition to evaluate
14

DESCRIPTION

16       Has the same behavior as WARN_ON when CONFIG_SND_DEBUG is set,
17       otherwise just evaluates the conditional and returns the value.
18
20Kernel Hackers Manual 3.10         June 2019                     SND_BUG_ON(9)
Impressum