Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271951
b: refs/heads/master
c: 80f1e08
h: refs/heads/master
i:
  271949: e30abcd
  271947: 33099c2
  271943: 2d77ac0
  271935: ee30139
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 14, 2011
1 parent 49b3347 commit 65bfd6f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: d5492fb9ed3f3f25c56b25684072f0d234863b08
refs/heads/master: 80f1e086e68f4e6ef066022d8b7f5ea0bd686220
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/cx23885/cx23885-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,7 @@ static int vidioc_g_tuner(struct file *file, void *priv,

strcpy(t->name, "Television");

call_all(dev, tuner, g_tuner, t);
return 0;
}

Expand All @@ -1238,6 +1239,7 @@ static int vidioc_s_tuner(struct file *file, void *priv,
if (0 != t->index)
return -EINVAL;
/* Update the A/V core */
call_all(dev, tuner, s_tuner, t);

return 0;
}
Expand Down

0 comments on commit 65bfd6f

Please sign in to comment.