提交 e2798212 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

V4L/DVB (3343): KWorld HardwareMpegTV XPert: Add radio support

- add radio support for KWorld HardwareMpegTV XPert
- fix GPIO settings for tv and radio
Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 47a9e50e
......@@ -1064,8 +1064,12 @@ struct cx88_board cx88_boards[] = {
.input = {{
.type = CX88_VMUX_TELEVISION,
.vmux = 0,
.gpio0 = 0x07fa,
.gpio0 = 0x3de2,
}},
.radio = {
.type = CX88_RADIO,
.gpio0 = 0x3de6,
},
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册