Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98482
b: refs/heads/master
c: 913f5fc
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Slusarz authored and Mauro Carvalho Chehab committed Jun 26, 2008
1 parent b12153b commit 2c1e6f0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a14fe9605bfdfe360b97acc9ef912779eb860507
refs/heads/master: 913f5fc209247b607b1994a710315966f4f9d358
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-empress.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ static int ts_release(struct inode *inode, struct file *file)

videobuf_stop(&dev->empress_tsq);
videobuf_mmap_free(&dev->empress_tsq);
dev->empress_users--;

/* stop the encoder */
ts_reset_encoder(dev);
Expand All @@ -121,6 +120,8 @@ static int ts_release(struct inode *inode, struct file *file)
saa_writeb(SAA7134_AUDIO_MUTE_CTRL,
saa_readb(SAA7134_AUDIO_MUTE_CTRL) | (1 << 6));

dev->empress_users--;

return 0;
}

Expand Down

0 comments on commit 2c1e6f0

Please sign in to comment.