snd_BUG_ON(9) 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