提交 4aca4831 编写于 作者: M Marcin Rudowski 提交者: Linus Torvalds

V4L/DVB (3425): Correct gpio values for Aver 303 Studio in v4l-dvb tree

Old values generally works in A2 mono, but new ones allows:
- detect and use Nicam stereo
- mute in tv
- use radio FM
Signed-off-by: NMarcin Rudowski <mar_rud@poczta.onet.pl>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 7947a220
...@@ -184,17 +184,18 @@ struct cx88_board cx88_boards[] = { ...@@ -184,17 +184,18 @@ struct cx88_board cx88_boards[] = {
.input = {{ .input = {{
.type = CX88_VMUX_TELEVISION, .type = CX88_VMUX_TELEVISION,
.vmux = 0, .vmux = 0,
.gpio1 = 0x309f, .gpio1 = 0xe09f,
},{ },{
.type = CX88_VMUX_COMPOSITE1, .type = CX88_VMUX_COMPOSITE1,
.vmux = 1, .vmux = 1,
.gpio1 = 0x305f, .gpio1 = 0xe05f,
},{ },{
.type = CX88_VMUX_SVIDEO, .type = CX88_VMUX_SVIDEO,
.vmux = 2, .vmux = 2,
.gpio1 = 0x305f, .gpio1 = 0xe05f,
}}, }},
.radio = { .radio = {
.gpio1 = 0xe0df,
.type = CX88_RADIO, .type = CX88_RADIO,
}, },
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册