Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353476
b: refs/heads/master
c: dacae5a
h: refs/heads/master
v: v3
  • Loading branch information
Denis Efremov authored and Takashi Iwai committed Feb 11, 2013
1 parent 64a5e57 commit a5d345d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f49a59c4471d81a233e09dda45187cc44fda009d
refs/heads/master: dacae5a19b4cbe1b5e3a86de23ea74cbe9ec9652
2 changes: 1 addition & 1 deletion trunk/sound/pci/ali5451/ali5451.c
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ static snd_pcm_uframes_t snd_ali_pointer(struct snd_pcm_substream *substream)

spin_lock(&codec->reg_lock);
if (!pvoice->running) {
spin_unlock_irq(&codec->reg_lock);
spin_unlock(&codec->reg_lock);
return 0;
}
outb(pvoice->number, ALI_REG(codec, ALI_GC_CIR));
Expand Down

0 comments on commit a5d345d

Please sign in to comment.