]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/drivers/opl3/opl3_lib.c
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux into...
[karo-tx-linux.git] / sound / drivers / opl3 / opl3_lib.c
index 780582340fefab73e11930775edc81fcda2ff9f6..33d9a857a2625e443808df63e0d0092632871562 100644 (file)
@@ -26,6 +26,7 @@
 #include <sound/opl3.h>
 #include <asm/io.h>
 #include <linux/delay.h>
+#include <linux/module.h>
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/ioport.h>
@@ -302,7 +303,7 @@ void snd_opl3_interrupt(struct snd_hwdep * hw)
        opl3 = hw->private_data;
        status = inb(opl3->l_port);
 #if 0
-       snd_printk("AdLib IRQ status = 0x%x\n", status);
+       snd_printk(KERN_DEBUG "AdLib IRQ status = 0x%x\n", status);
 #endif
        if (!(status & 0x80))
                return;