mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 02:36:44 +07:00
V4L/DVB (5316): Add radio support for the Lifeview FlyDVB-T Duo
There are card variants supporting FM radio through tda8275. Signed-off-by: Peter Missel <peter.missel@onlinehome.de> Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
f4546e702a
commit
7c7fea669d
@ -1784,11 +1784,13 @@ struct saa7134_board saa7134_boards[] = {
|
||||
.radio_type = UNSET,
|
||||
.tuner_addr = ADDR_UNSET,
|
||||
.radio_addr = ADDR_UNSET,
|
||||
.mpeg = SAA7134_MPEG_DVB,
|
||||
.gpiomask = 0x00200000,
|
||||
.mpeg = SAA7134_MPEG_DVB,
|
||||
.inputs = {{
|
||||
.name = name_tv,
|
||||
.vmux = 1,
|
||||
.amux = TV,
|
||||
.gpio = 0x200000, /* GPIO21=High for TV input */
|
||||
.tv = 1,
|
||||
},{
|
||||
.name = name_comp1, /* Composite signal on S-Video input */
|
||||
@ -1803,6 +1805,11 @@ struct saa7134_board saa7134_boards[] = {
|
||||
.vmux = 8,
|
||||
.amux = LINE2,
|
||||
}},
|
||||
.radio = {
|
||||
.name = name_radio,
|
||||
.amux = TV,
|
||||
.gpio = 0x000000, /* GPIO21=Low for FM radio antenna */
|
||||
},
|
||||
},
|
||||
[SAA7134_BOARD_PHILIPS_TOUGH] = {
|
||||
.name = "Philips TOUGH DVB-T reference design",
|
||||
|
Loading…
Reference in New Issue
Block a user