ALSA: pxa2xx: Replace BUG() with snd_BUG()
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Nov 2013 14:33:40 +0000 (15:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 6 Nov 2013 07:35:28 +0000 (08:35 +0100)
commit88ec7ae82dff8ca815ff8a31622a2811240b5d0c
treed065320a40a1e8358d26a8fea78e26c97a9662ee
parentc3cd1badc86c62f64f7e1d7034b078cb7e9b254b
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>
sound/arm/pxa2xx-ac97-lib.c