Skip to content

Commit

Permalink
[ALSA] pcxhr - Suppress debug messages
Browse files Browse the repository at this point in the history
Modules: Digigram PCXHR driver

Suppress debug messages.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Mar 22, 2006
1 parent c4a1745 commit 34226c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/pcxhr/pcxhr_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 34226c4

Please sign in to comment.