Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200466
b: refs/heads/master
c: 8fda43c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 15, 2010
1 parent 122500e commit 8f3930b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8f171e7e7ed5c9b77324bcc6bb580ddcc84da49
refs/heads/master: 8fda43c1a02baf093b63bca9770363642a7098e7
2 changes: 1 addition & 1 deletion trunk/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
1 change: 0 additions & 1 deletion trunk/sound/spi/at73c213.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ struct snd_at73c213 {
int irq;
int period;
unsigned long bitrate;
struct clk *bitclk;
struct ssc_device *ssc;
struct spi_device *spi;
u8 spi_wbuffer[2];
Expand Down

0 comments on commit 8f3930b

Please sign in to comment.