Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65761
b: refs/heads/master
c: 2ce55b6
h: refs/heads/master
i:
  65759: 0e7bf2c
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 1993112 commit f8080ed
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8267761881d6bb91c168ba4d629b778cf106c485
refs/heads/master: 2ce55b606b29c6ab0c8583772f6807b49cc89372
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/ivtv/ivtv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,10 @@ static int __devinit ivtv_probe(struct pci_dev *dev,
are not. */
itv->tuner_std = itv->std;

if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) {
ivtv_call_i2c_clients(itv, VIDIOC_INT_S_STD_OUTPUT, &itv->std);
}

retval = ivtv_streams_setup(itv);
if (retval) {
IVTV_ERR("Error %d setting up streams\n", retval);
Expand Down

0 comments on commit f8080ed

Please sign in to comment.