Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170093
b: refs/heads/master
c: 0d26ce3
h: refs/heads/master
i:
  170091: 100b055
v: v3
  • Loading branch information
Roel Kluin authored and Takashi Iwai committed Nov 12, 2009
1 parent b1d4181 commit 5a6396e
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: faa1242c59311525b0f337e95ae3c324a833a8eb
refs/heads/master: 0d26ce3403b3841fa2656df08a819fc7eaebaa17
2 changes: 1 addition & 1 deletion trunk/sound/oss/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ static int dma_ioctl(int dev, unsigned int cmd, void __user *arg)
if ((err = audio_devs[dev]->d->prepare_for_input(dev,
dmap_in->fragment_size, dmap_in->nbufs)) < 0) {
spin_unlock_irqrestore(&dmap_in->lock,flags);
return -err;
return err;
}
dmap_in->dma_mode = DMODE_INPUT;
audio_devs[dev]->enable_bits |= PCM_ENABLE_INPUT;
Expand Down

0 comments on commit 5a6396e

Please sign in to comment.