table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SND_BUG_ON(9) | Sound Devices | SND_BUG_ON(9) |
NAME¶
snd_BUG_ON - debugging check macroSYNOPSIS¶
snd_BUG_ON(cond);
ARGUMENTS¶
condcondition 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¶
February 2017 | Kernel Hackers Manual 3.16 |