diff options
-rw-r--r-- | drivers/media/video/saa7134/saa7134-dvb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c index 1f6bd3300715..a0ce67ecb018 100644 --- a/drivers/media/video/saa7134/saa7134-dvb.c +++ b/drivers/media/video/saa7134/saa7134-dvb.c | |||
@@ -567,6 +567,7 @@ static void configure_tda827x_fe(struct saa7134_dev *dev, struct tda1004x_config | |||
567 | } | 567 | } |
568 | 568 | ||
569 | /* ------------------------------------------------------------------ */ | 569 | /* ------------------------------------------------------------------ */ |
570 | |||
570 | static struct tda1004x_config tda827x_lifeview_config = { | 571 | static struct tda1004x_config tda827x_lifeview_config = { |
571 | .demod_address = 0x08, | 572 | .demod_address = 0x08, |
572 | .invert = 1, | 573 | .invert = 1, |
@@ -746,6 +747,7 @@ static struct tda1004x_config asus_p7131_hybrid_lna_config = { | |||
746 | .antenna_switch= 2, | 747 | .antenna_switch= 2, |
747 | .request_firmware = philips_tda1004x_request_firmware | 748 | .request_firmware = philips_tda1004x_request_firmware |
748 | }; | 749 | }; |
750 | |||
749 | static struct tda1004x_config kworld_dvb_t_210_config = { | 751 | static struct tda1004x_config kworld_dvb_t_210_config = { |
750 | .demod_address = 0x08, | 752 | .demod_address = 0x08, |
751 | .invert = 1, | 753 | .invert = 1, |
@@ -760,6 +762,7 @@ static struct tda1004x_config kworld_dvb_t_210_config = { | |||
760 | .antenna_switch= 1, | 762 | .antenna_switch= 1, |
761 | .request_firmware = philips_tda1004x_request_firmware | 763 | .request_firmware = philips_tda1004x_request_firmware |
762 | }; | 764 | }; |
765 | |||
763 | /* ------------------------------------------------------------------ | 766 | /* ------------------------------------------------------------------ |
764 | * special case: this card uses saa713x GPIO22 for the mode switch | 767 | * special case: this card uses saa713x GPIO22 for the mode switch |
765 | */ | 768 | */ |