On Mon, Aug 25, 2008 at 12:19:16PM -0700, Steve Sakoman wrote:
> Here's the crash output (alsa debugging is enabled in the kernel):

Can you apply the following patch just to make it easier to pinpoint
from where the BUG is coming from ?

diff --git a/include/sound/core.h b/include/sound/core.h
index 558b962..d2edf98 100644
--- a/include/sound/core.h
+++ b/include/sound/core.h
@@ -400,7 +400,7 @@ void snd_verbose_printd(const char *file, int line, const 
char *format, ...)
 } while (0)
 
 #define snd_BUG() do {                         \
-       snd_printk(KERN_ERR "BUG?\n");          \
+       snd_printk(KERN_ERR "%s %d: BUG?\n", __func__, __LINE__);       \
        dump_stack();                           \
 } while (0)

-- 
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to