Skip to content

Commit

Permalink
ALSA: atmel: set "channel A event" output to debug
Browse files Browse the repository at this point in the history
Signed-off-by: Yegor Yefremov <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
yegorich authored and tiwai committed Jun 8, 2010
1 parent e44a21b commit f534116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/atmel/ac97c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "",
Expand Down

0 comments on commit f534116

Please sign in to comment.