Scroll to navigation

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

January 2017 Kernel Hackers Manual 4.8.