Scroll to navigation

SND_BUG_ON(9) Sound Devices 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

May 2018 Kernel Hackers Manual 3.16