Merge branch 'topic/hdsp' into for-linus
[cascardo/linux.git] / sound / isa / sb / emu8000_patch.c
index 1be16c9..c99c607 100644 (file)
@@ -156,7 +156,8 @@ snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
        struct snd_emu8000 *emu;
 
        emu = rec->hw;
-       snd_assert(sp != NULL, return -EINVAL);
+       if (snd_BUG_ON(!sp))
+               return -EINVAL;
 
        if (sp->v.size == 0)
                return 0;