diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-04-27 00:31:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:59:31 -0400 |
commit | 30fa61a5ee91bc546f9ebea70c7abda04b5b3e1e (patch) | |
tree | 82eccc6649f0f02d102b1494ddd37c48b5fc33bc /drivers/media/dvb/frontends/dvb-pll.c | |
parent | 9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd (diff) |
V4L/DVB (3920): Dvb: rename dvb_pll_tdvs_tua6034 to dvb_pll_lg_tdvs_h06xf
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/dvb-pll.c')
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/dvb-pll.c b/drivers/media/dvb/frontends/dvb-pll.c index 87fd8861a411..5b96c2f280d5 100644 --- a/drivers/media/dvb/frontends/dvb-pll.c +++ b/drivers/media/dvb/frontends/dvb-pll.c | |||
@@ -229,7 +229,7 @@ EXPORT_SYMBOL(dvb_pll_tua6034); | |||
229 | /* Infineon TUA6034 | 229 | /* Infineon TUA6034 |
230 | * used in LG TDVS-H061F, LG TDVS-H062F and LG TDVS-H064F | 230 | * used in LG TDVS-H061F, LG TDVS-H062F and LG TDVS-H064F |
231 | */ | 231 | */ |
232 | struct dvb_pll_desc dvb_pll_tdvs_tua6034 = { | 232 | struct dvb_pll_desc dvb_pll_lg_tdvs_h06xf = { |
233 | .name = "LG TDVS-H06xF", | 233 | .name = "LG TDVS-H06xF", |
234 | .min = 54000000, | 234 | .min = 54000000, |
235 | .max = 863000000, | 235 | .max = 863000000, |
@@ -240,7 +240,7 @@ struct dvb_pll_desc dvb_pll_tdvs_tua6034 = { | |||
240 | { 999999999, 44000000, 62500, 0xce, 0x04 }, | 240 | { 999999999, 44000000, 62500, 0xce, 0x04 }, |
241 | }, | 241 | }, |
242 | }; | 242 | }; |
243 | EXPORT_SYMBOL(dvb_pll_tdvs_tua6034); | 243 | EXPORT_SYMBOL(dvb_pll_lg_tdvs_h06xf); |
244 | 244 | ||
245 | /* Philips FMD1216ME | 245 | /* Philips FMD1216ME |
246 | * used in Medion Hybrid PCMCIA card and USB Box | 246 | * used in Medion Hybrid PCMCIA card and USB Box |