[alsa-devel] [PATCH] atmel: set "channel A event" output to debug
Yegor Yefremov
yegorslists at googlemail.com
Tue Jun 8 08:57:13 CEST 2010
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
Index: b/sound/atmel/ac97c.c
===================================================================
--- a/sound/atmel/ac97c.c 2010-06-01 15:28:23.000000000 +0200
+++ b/sound/atmel/ac97c.c 2010-06-03 15:20:43.000000000 +0200
@@ -657,7 +657,7 @@
if (sr & AC97C_SR_CAEVT) {
struct snd_pcm_runtime *runtime;
int offset, next_period, block_size;
- dev_info(&chip->pdev->dev, "channel A event%s%s%s%s%s%s\n",
+ dev_dbg(&chip->pdev->dev, "channel A event%s%s%s%s%s%s\n",
casr & AC97C_CSR_OVRUN ? " OVRUN" : "",
casr & AC97C_CSR_RXRDY ? " RXRDY" : "",
casr & AC97C_CSR_UNRUN ? " UNRUN" : "",
More information about the Alsa-devel
mailing list