snd_BUG()

It shows the BUG? message and stack trace as well as snd_BUG_ON at the point. It's useful to show that a fatal error happens there.

When no debug flag is set, this macro is ignored.