Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366749
b: refs/heads/master
c: 0757f5c
h: refs/heads/master
i:
  366747: c43f729
v: v3
  • Loading branch information
Frank Schaefer authored and Mauro Carvalho Chehab committed Mar 23, 2013
1 parent 7d99ca3 commit f202549
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: da9f07f2d4dae676992b7f5d3e1377beea0d7644
refs/heads/master: 0757f5c503a8b2eebc67c6bb8e3b88077d73049a
3 changes: 2 additions & 1 deletion trunk/drivers/media/pci/bt8xx/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@ static int bttv_open(struct file *file)
fh, &btv->lock);
set_tvnorm(btv,btv->tvnorm);
set_input(btv, btv->input, btv->tvnorm);

audio_mute(btv, btv->mute);

/* The V4L2 spec requires one global set of cropping parameters
which only change on request. These are stored in btv->crop[1].
Expand Down Expand Up @@ -3230,6 +3230,7 @@ static int radio_open(struct file *file)
v4l2_fh_init(&fh->fh, vdev);

btv->radio_user++;
audio_mute(btv, btv->mute);

v4l2_fh_add(&fh->fh);

Expand Down

0 comments on commit f202549

Please sign in to comment.