Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 794
b: refs/heads/master
c: 76530da
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed May 1, 2005
1 parent 5fb1f93 commit b06edf3
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: 6c207e769297946a0adec45225c6999f1299dde3
refs/heads/master: 76530da1a9e8ce05963b1f49a098eddc6ec6c534
2 changes: 1 addition & 1 deletion trunk/sound/oss/sonicvibes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ static int mixer_ioctl(struct sv_state *s, unsigned int cmd, unsigned long arg)
if (mixtable[i].rec)
break;
}
if (!mixtable[i].rec)
if (i == SOUND_MIXER_NRDEVICES)
return 0;
spin_lock_irqsave(&s->lock, flags);
frobindir(s, SV_CIMIX_ADCINL, 0x1f, mixtable[i].rec << 5);
Expand Down

0 comments on commit b06edf3

Please sign in to comment.