Home
last modified time | relevance | path

Searched defs:snd_BUG_ON (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/sound/
H A Dcore.h408 #define snd_BUG_ON(cond) WARN_ON((cond)) macro
419 #define snd_BUG_ON(condition) ({ \ macro