Skip to content

Commit

Permalink
V4L/DVB (3830): Fix display name for LG TDVS-H06xF
Browse files Browse the repository at this point in the history
This patch fixes the display name for LG TDVS-H06xF tuners
in both tuner and dvb-pll modules.
Changing the names of the actual pll_desc struct and tuner definitions
has been held back until after the dvb tuner refactoring gets merged.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 0b5f56d commit d9e12f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/video4linux/CARDLIST.tuner
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tuner=60 - Thomson DTT 761X (ATSC/NTSC)
tuner=61 - Tena TNF9533-D/IF/TNF9533-B/DF
tuner=62 - Philips TEA5767HN FM Radio
tuner=63 - Philips FMD1216ME MK3 Hybrid Tuner
tuner=64 - LG TDVS-H062F/TUA6034
tuner=64 - LG TDVS-H06xF
tuner=65 - Ymec TVF66T5-B/DFF
tuner=66 - LG TALN series
tuner=67 - Philips TD1316 Hybrid Tuner
Expand Down
4 changes: 2 additions & 2 deletions drivers/media/dvb/frontends/dvb-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ struct dvb_pll_desc dvb_pll_tua6034 = {
EXPORT_SYMBOL(dvb_pll_tua6034);

/* Infineon TUA6034
* used in LG TDVS H061F and LG TDVS H062F
* used in LG TDVS-H061F, LG TDVS-H062F and LG TDVS-H064F
*/
struct dvb_pll_desc dvb_pll_tdvs_tua6034 = {
.name = "LG/Infineon TUA6034",
.name = "LG TDVS-H06xF",
.min = 54000000,
.max = 863000000,
.count = 3,
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-types.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ struct tunertype tuners[] = {
.count = ARRAY_SIZE(tuner_philips_fmd1216me_mk3_params),
},
[TUNER_LG_TDVS_H062F] = { /* LGINNOTEK ATSC */
.name = "LG TDVS-H062F/TUA6034",
.name = "LG TDVS-H06xF", /* H061F, H062F & H064F */
.params = tuner_tua6034_params,
.count = ARRAY_SIZE(tuner_tua6034_params),
},
Expand Down

0 comments on commit d9e12f2

Please sign in to comment.