diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2007-03-14 19:33:55 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:52 -0400 |
commit | f3eec0c001a6781224d39912d41b58eaf2126586 (patch) | |
tree | af7d6008dc69b1494343ac12c93f4ec97aa44dbe /drivers/media/video/saa7134/saa7134-dvb.c | |
parent | e06cea4cb4a16076dfca4863b12e1c4aeb781c8d (diff) |
V4L/DVB (5446): Renamed ASUStek P7131 card [1043:4876]
The new name fits to what it is and what is on the box.
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-dvb.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-dvb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c index f94754f0625..71c32b31165 100644 --- a/drivers/media/video/saa7134/saa7134-dvb.c +++ b/drivers/media/video/saa7134/saa7134-dvb.c | |||
@@ -873,7 +873,7 @@ static struct tda1004x_config asus_p7131_4871_config = { | |||
873 | .request_firmware = philips_tda1004x_request_firmware | 873 | .request_firmware = philips_tda1004x_request_firmware |
874 | }; | 874 | }; |
875 | 875 | ||
876 | static struct tda1004x_config asus_p7131_dual_lna_config = { | 876 | static struct tda1004x_config asus_p7131_hybrid_lna_config = { |
877 | .demod_address = 0x08, | 877 | .demod_address = 0x08, |
878 | .invert = 1, | 878 | .invert = 1, |
879 | .invert_oclk = 0, | 879 | .invert_oclk = 0, |
@@ -1153,8 +1153,8 @@ static int dvb_init(struct saa7134_dev *dev) | |||
1153 | case SAA7134_BOARD_ASUS_P7131_4871: | 1153 | case SAA7134_BOARD_ASUS_P7131_4871: |
1154 | configure_tda827x_fe(dev, &asus_p7131_4871_config); | 1154 | configure_tda827x_fe(dev, &asus_p7131_4871_config); |
1155 | break; | 1155 | break; |
1156 | case SAA7134_BOARD_ASUSTeK_P7131_DUAL_LNA: | 1156 | case SAA7134_BOARD_ASUSTeK_P7131_HYBRID_LNA: |
1157 | configure_tda827x_fe(dev, &asus_p7131_dual_lna_config); | 1157 | configure_tda827x_fe(dev, &asus_p7131_hybrid_lna_config); |
1158 | break; | 1158 | break; |
1159 | default: | 1159 | default: |
1160 | wprintk("Huh? unknown DVB card?\n"); | 1160 | wprintk("Huh? unknown DVB card?\n"); |