projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44a21b
)
ALSA: atmel: set "channel A event" output to debug
author
Yegor Yefremov
<yegorslists@googlemail.com>
Tue, 8 Jun 2010 06:57:13 +0000
(08:57 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Jun 2010 14:42:02 +0000
(16:42 +0200)
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/atmel/ac97c.c
patch
|
blob
|
history
diff --git
a/sound/atmel/ac97c.c
b/sound/atmel/ac97c.c
index
428121a
..
10c3a87
100644
(file)
--- a/
sound/atmel/ac97c.c
+++ b/
sound/atmel/ac97c.c
@@
-657,7
+657,7
@@
static irqreturn_t atmel_ac97c_interrupt(int irq, void *dev)
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" : "",