]> Pileus Git - ~andy/linux/commitdiff
[ALSA] pcxhr - Suppress debug messages
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Jan 2006 11:14:23 +0000 (12:14 +0100)
committerJaroslav Kysela <perex@suse.cz>
Wed, 22 Mar 2006 09:21:58 +0000 (10:21 +0100)
Modules: Digigram PCXHR driver

Suppress debug messages.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/pcxhr/pcxhr_core.c

index fa0d27e2c79beb81fd70f7ae4902a657adeeb70c..fdc652c6992d02265254ce5bd4fcb1a36c386962 100644 (file)
@@ -1176,7 +1176,7 @@ irqreturn_t pcxhr_interrupt(int irq, void *dev_id, struct pt_regs *regs)
                mgr->dsp_time_last = dsp_time_new;
 
                if (timer_toggle == mgr->timer_toggle)
-                       snd_printk(KERN_ERR "ERROR TIMER TOGGLE\n");
+                       snd_printdd("ERROR TIMER TOGGLE\n");
                mgr->timer_toggle = timer_toggle;
 
                reg &= ~PCXHR_IRQ_TIMER;