Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138217
b: refs/heads/master
c: a1094c4
h: refs/heads/master
i:
  138215: bfb8d81
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent a5128dc commit 4a8093f
Show file tree
Hide file tree
Showing 2 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: c888923debf8c8a799629f77d07aeb0f8350c87b
refs/heads/master: a1094c4cd10a7075598b73cd0bbf07f6b1acbb6a
10 changes: 3 additions & 7 deletions trunk/drivers/media/video/au0828/au0828-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1174,22 +1174,18 @@ static int vidioc_s_input(struct file *file, void *priv, unsigned int index)

switch(AUVI_INPUT(index).type) {
case AU0828_VMUX_SVIDEO:
{
dev->input_type = AU0828_VMUX_SVIDEO;
break;
}
case AU0828_VMUX_COMPOSITE:
{
dev->input_type = AU0828_VMUX_COMPOSITE;
break;
}
case AU0828_VMUX_TELEVISION:
{
dev->input_type = AU0828_VMUX_TELEVISION;
break;
}
default:
;
dprintk(1, "VIDIOC_S_INPUT unknown input type set [%d]\n",
AUVI_INPUT(index).type);
break;
}

route.input = AUVI_INPUT(index).vmux;
Expand Down

0 comments on commit 4a8093f

Please sign in to comment.