Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168390
b: refs/heads/master
c: 96fbf77
h: refs/heads/master
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Nov 7, 2009
1 parent 5e38d65 commit cb7480f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2de26c0a4a218a351bb1970eeaddf2905b47ff13
refs/heads/master: 96fbf771d86a90ff006bc62ca4d4de6474b3de31
5 changes: 5 additions & 0 deletions trunk/drivers/media/video/em28xx/em28xx-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,11 @@ static int snd_em28xx_hw_capture_free(struct snd_pcm_substream *substream)

static int snd_em28xx_prepare(struct snd_pcm_substream *substream)
{
struct em28xx *dev = snd_pcm_substream_chip(substream);

dev->adev.hwptr_done_capture = 0;
dev->adev.capture_transfer_done = 0;

return 0;
}

Expand Down

0 comments on commit cb7480f

Please sign in to comment.