Home
last modified time | relevance | path

Searched hist:"5 ef03460a6ffc1d3ee6b6f2abc6765d3e224cf89" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/sound/
H A Dcore.hdiff 5ef03460a6ffc1d3ee6b6f2abc6765d3e224cf89 Fri Aug 08 10:06:01 CDT 2008 Takashi Iwai <tiwai@suse.de> ALSA: Introduce snd_BUG_ON() macro

Introduced snd_BUG_ON() macro as a replacement of snd_assert() macro.
snd_assert() is pretty ugly as it has the control flow in its argument.
OTOH, snd_BUG_ON() behaves like a normal conditional, thus it's much
easier to read the flow.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>