aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-02-15 06:30:50 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-21 19:32:03 -0400
commitad020dc2fe9039628cf6cef42cd1b76531ee8411 (patch)
tree88f203e4cd667d4c6e9e7d8a6e5954cb4bd54cfa /drivers/media/video/saa7134
parent2d351df443b0b324a440b5fd053074562d36a7f5 (diff)
[media] tuner-core: remove usage of DIGITAL_TV
tuner-core has no business to do with digital TV. So, don't use T_DIGITAL_TV on it, as it has no code to distinguish between them, and nobody fills T_DIGITAL_TV right. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134')
-rw-r--r--drivers/media/video/saa7134/saa7134-cards.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 74467c18e69a..61c6007c8ea6 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -7333,9 +7333,7 @@ int saa7134_board_init1(struct saa7134_dev *dev)
7333static void saa7134_tuner_setup(struct saa7134_dev *dev) 7333static void saa7134_tuner_setup(struct saa7134_dev *dev)
7334{ 7334{
7335 struct tuner_setup tun_setup; 7335 struct tuner_setup tun_setup;
7336 unsigned int mode_mask = T_RADIO | 7336 unsigned int mode_mask = T_RADIO | T_ANALOG_TV;
7337 T_ANALOG_TV |
7338 T_DIGITAL_TV;
7339 7337
7340 memset(&tun_setup, 0, sizeof(tun_setup)); 7338 memset(&tun_setup, 0, sizeof(tun_setup));
7341 tun_setup.tuner_callback = saa7134_tuner_callback; 7339 tun_setup.tuner_callback = saa7134_tuner_callback;