Home
last modified time | relevance | path

Searched hist:"88 ec7ae82dff8ca815ff8a31622a2811240b5d0c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/arm/
H A Dpxa2xx-ac97-lib.cdiff 88ec7ae82dff8ca815ff8a31622a2811240b5d0c Tue Nov 05 08:33:40 CST 2013 Takashi Iwai <tiwai@suse.de> ALSA: pxa2xx: Replace BUG() with snd_BUG()

BUG() used in the driver is just to spit the stack trace on buggy
points, not really needed to stop the whole operation. For that
purpose, it'd be more convenient to use snd_BUG() instead.

Signed-off-by: Takashi Iwai <tiwai@suse.de>