Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (3830): Fix display name for LG TDVS-H06xF

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>

authored by

Michael Krufky and committed by
Mauro Carvalho Chehab
d9e12f25 0b5f56d6

+4 -4
+1 -1
Documentation/video4linux/CARDLIST.tuner
··· 62 62 tuner=61 - Tena TNF9533-D/IF/TNF9533-B/DF 63 63 tuner=62 - Philips TEA5767HN FM Radio 64 64 tuner=63 - Philips FMD1216ME MK3 Hybrid Tuner 65 - tuner=64 - LG TDVS-H062F/TUA6034 65 + tuner=64 - LG TDVS-H06xF 66 66 tuner=65 - Ymec TVF66T5-B/DFF 67 67 tuner=66 - LG TALN series 68 68 tuner=67 - Philips TD1316 Hybrid Tuner
+2 -2
drivers/media/dvb/frontends/dvb-pll.c
··· 227 227 EXPORT_SYMBOL(dvb_pll_tua6034); 228 228 229 229 /* Infineon TUA6034 230 - * used in LG TDVS H061F and LG TDVS H062F 230 + * used in LG TDVS-H061F, LG TDVS-H062F and LG TDVS-H064F 231 231 */ 232 232 struct dvb_pll_desc dvb_pll_tdvs_tua6034 = { 233 - .name = "LG/Infineon TUA6034", 233 + .name = "LG TDVS-H06xF", 234 234 .min = 54000000, 235 235 .max = 863000000, 236 236 .count = 3,
+1 -1
drivers/media/video/tuner-types.c
··· 1371 1371 .count = ARRAY_SIZE(tuner_philips_fmd1216me_mk3_params), 1372 1372 }, 1373 1373 [TUNER_LG_TDVS_H062F] = { /* LGINNOTEK ATSC */ 1374 - .name = "LG TDVS-H062F/TUA6034", 1374 + .name = "LG TDVS-H06xF", /* H061F, H062F & H064F */ 1375 1375 .params = tuner_tua6034_params, 1376 1376 .count = ARRAY_SIZE(tuner_tua6034_params), 1377 1377 },