[PATCH] ASoC: Tone down debug for PCM enqueue

Mark Brown broonie at opensource.wolfsonmicro.com
Tue Mar 3 11:56:53 CET 2009


It's a little verbose...

Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
---
 sound/soc/s3c24xx/s3c24xx-pcm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/s3c24xx/s3c24xx-pcm.c b/sound/soc/s3c24xx/s3c24xx-pcm.c
index 7458f00..7c4a11d 100644
--- a/sound/soc/s3c24xx/s3c24xx-pcm.c
+++ b/sound/soc/s3c24xx/s3c24xx-pcm.c
@@ -92,7 +92,7 @@ static void s3c24xx_pcm_enqueue(struct snd_pcm_substream *substream)
 	} else
 		limit = prtd->dma_limit;
 
-	printk(KERN_INFO "%s: loaded %d, limit %d\n", __func__, prtd->dma_loaded, limit);
+	DBG("%s: loaded %d, limit %d\n", __func__, prtd->dma_loaded, limit);
 
 	while (prtd->dma_loaded < limit) {
 		unsigned long len = prtd->dma_period;
-- 
1.5.6.3




More information about the openmoko-kernel mailing list