Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219257
b: refs/heads/master
c: 6e6a2ba
h: refs/heads/master
i:
  219255: 210855e
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent b70f0f1 commit e884070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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: cc355753e860559744baf5ddb2fcf427433e0346
refs/heads/master: 6e6a2ba9cf67b437c51baacd20d58112ad74d685
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/cx231xx/cx231xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,12 +1002,6 @@ int cx231xx_init_isoc(struct cx231xx *dev, int max_packets,
int j, k;
int rc;

dev->video_input = dev->video_input > 2 ? 2 : dev->video_input;

cx231xx_coredbg("Setting Video mux to %d\n", dev->video_input);

video_mux(dev, dev->video_input);

/* De-allocates all pending stuff */
cx231xx_uninit_isoc(dev);

Expand Down
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/cx231xx/cx231xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -2667,7 +2667,9 @@ int cx231xx_register_analog_devices(struct cx231xx *dev)

/* Analog specific initialization */
dev->format = &format[0];
/* video_mux(dev, dev->video_input); */

/* Set the initial input */
video_mux(dev, dev->video_input);

/* Audio defaults */
dev->mute = 1;
Expand Down

0 comments on commit e884070

Please sign in to comment.