Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138301
b: refs/heads/master
c: 5e430ca
h: refs/heads/master
i:
  138299: f9b8697
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent fc4bf35 commit 4ba3d03
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: e260508d646d671a8d7edb82dadb68bc32c8e5da
refs/heads/master: 5e430ca5d25e99f99c055bc43f8f140722a643b8
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/pvrusb2/pvrusb2-cx2584x-v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ int pvr2_i2c_cx2584x_v4l_setup(struct pvr2_hdw *hdw,

void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd)
{
pvr2_trace(PVR2_TRACE_CHIPS, "subdev cx2584x update...");
if (hdw->input_dirty) {
struct v4l2_routing route;
enum cx25840_video_input vid_input;
Expand All @@ -349,7 +350,7 @@ void pvr2_cx25840_subdev_update(struct pvr2_hdw *hdw, struct v4l2_subdev *sd)
}

pvr2_trace(PVR2_TRACE_CHIPS,
"i2c cx2584x set_input vid=0x%x aud=0x%x",
"subdev cx2584x set_input vid=0x%x aud=0x%x",
vid_input, aud_input);
route.input = (u32)vid_input;
sd->ops->video->s_routing(sd, &route);
Expand Down

0 comments on commit 4ba3d03

Please sign in to comment.