aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-cards.c
diff options
context:
space:
mode:
authorPeter Missel <peter.missel@onlinehome.de>2007-04-27 11:31:14 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 14:43:34 -0400
commit7c7fea669d77048b3013567dfb4c9171d536da05 (patch)
tree9019776e14aa795e1fcc86328a2e6e05c481c777 /drivers/media/video/saa7134/saa7134-cards.c
parentf4546e702a89d2e483570f0f16c5155bb781cc38 (diff)
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>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 782832e7ed6d..3f972ad3e443 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -1784,11 +1784,13 @@ struct saa7134_board saa7134_boards[] = {
1784 .radio_type = UNSET, 1784 .radio_type = UNSET,
1785 .tuner_addr = ADDR_UNSET, 1785 .tuner_addr = ADDR_UNSET,
1786 .radio_addr = ADDR_UNSET, 1786 .radio_addr = ADDR_UNSET,
1787 .mpeg = SAA7134_MPEG_DVB, 1787 .gpiomask = 0x00200000,
1788 .mpeg = SAA7134_MPEG_DVB,
1788 .inputs = {{ 1789 .inputs = {{
1789 .name = name_tv, 1790 .name = name_tv,
1790 .vmux = 1, 1791 .vmux = 1,
1791 .amux = TV, 1792 .amux = TV,
1793 .gpio = 0x200000, /* GPIO21=High for TV input */
1792 .tv = 1, 1794 .tv = 1,
1793 },{ 1795 },{
1794 .name = name_comp1, /* Composite signal on S-Video input */ 1796 .name = name_comp1, /* Composite signal on S-Video input */
@@ -1803,6 +1805,11 @@ struct saa7134_board saa7134_boards[] = {
1803 .vmux = 8, 1805 .vmux = 8,
1804 .amux = LINE2, 1806 .amux = LINE2,
1805 }}, 1807 }},
1808 .radio = {
1809 .name = name_radio,
1810 .amux = TV,
1811 .gpio = 0x000000, /* GPIO21=Low for FM radio antenna */
1812 },
1806 }, 1813 },
1807 [SAA7134_BOARD_PHILIPS_TOUGH] = { 1814 [SAA7134_BOARD_PHILIPS_TOUGH] = {
1808 .name = "Philips TOUGH DVB-T reference design", 1815 .name = "Philips TOUGH DVB-T reference design",