diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-04-27 11:31:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:43:35 -0400 |
commit | 8ce47dad8e2b9fcb899a67e6537337fa9c18c1f5 (patch) | |
tree | 8482515d25ebc98bf7ac74e47b78f576f23b753f /drivers/media/video/saa7134/saa7134-cards.c | |
parent | 7c7fea669d77048b3013567dfb4c9171d536da05 (diff) |
V4L/DVB (5317): Create tda827x dvb tuner module
The patch moves the tda827x dvb tuning code to a separate module
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index 3f972ad3e443..f44e7c7e18a5 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -1785,7 +1785,7 @@ struct saa7134_board saa7134_boards[] = { | |||
1785 | .tuner_addr = ADDR_UNSET, | 1785 | .tuner_addr = ADDR_UNSET, |
1786 | .radio_addr = ADDR_UNSET, | 1786 | .radio_addr = ADDR_UNSET, |
1787 | .gpiomask = 0x00200000, | 1787 | .gpiomask = 0x00200000, |
1788 | .mpeg = SAA7134_MPEG_DVB, | 1788 | .mpeg = SAA7134_MPEG_DVB, |
1789 | .inputs = {{ | 1789 | .inputs = {{ |
1790 | .name = name_tv, | 1790 | .name = name_tv, |
1791 | .vmux = 1, | 1791 | .vmux = 1, |