mirror of https://gitee.com/openkylin/linux.git
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: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
47a9e50eb7
commit
e2798212e3
|
@ -1064,8 +1064,12 @@ struct cx88_board cx88_boards[] = {
|
||||||
.input = {{
|
.input = {{
|
||||||
.type = CX88_VMUX_TELEVISION,
|
.type = CX88_VMUX_TELEVISION,
|
||||||
.vmux = 0,
|
.vmux = 0,
|
||||||
.gpio0 = 0x07fa,
|
.gpio0 = 0x3de2,
|
||||||
}},
|
}},
|
||||||
|
.radio = {
|
||||||
|
.type = CX88_RADIO,
|
||||||
|
.gpio0 = 0x3de6,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue