projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7556ba9
)
[media] tlg2300: fix missing audioset
author
Hans Verkuil
<hans.verkuil@cisco.com>
Mon, 16 Jul 2012 13:03:34 +0000
(10:03 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 5 Mar 2013 13:47:54 +0000
(10:47 -0300)
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Huang Shijie <shijie8@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/tlg2300/pd-video.c
patch
|
blob
|
history
diff --git
a/drivers/media/usb/tlg2300/pd-video.c
b/drivers/media/usb/tlg2300/pd-video.c
index da7cbd4c44777c95ce7f9f23f329f4e6fbb306b9..122f299b710298df965728f47adcf68e607d735e 100644
(file)
--- a/
drivers/media/usb/tlg2300/pd-video.c
+++ b/
drivers/media/usb/tlg2300/pd-video.c
@@
-903,7
+903,7
@@
static int vidioc_enum_input(struct file *file, void *fh, struct v4l2_input *in)
* the audio input index mixed with this video input,
* Poseidon only have one audio/video, set to "0"
*/
- in->audioset =
0
;
+ in->audioset =
1
;
in->tuner = 0;
in->std = V4L2_STD_ALL;
in->status = 0;