1. NAME

snd_BUG_ON - debugging check macro

2. SYNOPSIS

snd_BUG_ON( cond );

3. ARGUMENTS

cond
    condition to evaluate

4. DESCRIPTION

Has the same behavior as WARN_ON when CONFIG_SND_DEBUG is set, otherwise just evaluates the conditional and returns the value.

5. COPYRIGHT