table of contents
        
      
      
    | SND_BUG_ON(9) | Miscellaneous Functions | SND_BUG_ON(9) | 
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¶
| June 2024 | Kernel Hackers Manual 3.10 |