[ALSA] pcxhr - Suppress debug messages

Modules: Digigram PCXHR driver

Suppress debug messages.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2006-01-04 12:14:23 +01:00 committed by Jaroslav Kysela
parent c4a1745aa0
commit 34226c4239
1 changed files with 1 additions and 1 deletions

View 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;