V4L/DVB (3062): Fix wrong tuner.h define for tuner 46
- Fix wrong tuner.h define for tuner 46 (it's a Panasonic, not a Microtune). Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
This commit is contained in:
parent
26a0f5db84
commit
174329d951
@ -512,7 +512,7 @@ static struct tunertype tuners[] = {
|
|||||||
.UHF = 0x30,
|
.UHF = 0x30,
|
||||||
.config = 0x8e,
|
.config = 0x8e,
|
||||||
},
|
},
|
||||||
[TUNER_MICROTUNE_4042_FI5] = { /* Panasonic NTSC */
|
[TUNER_PANASONIC_VP27] = { /* Panasonic NTSC */
|
||||||
.name = "Panasonic VP27s/ENGE4324D",
|
.name = "Panasonic VP27s/ENGE4324D",
|
||||||
.thresh1= 16 * 160.00 /*MHz*/,
|
.thresh1= 16 * 160.00 /*MHz*/,
|
||||||
.thresh2= 16 * 454.00 /*MHz*/,
|
.thresh2= 16 * 454.00 /*MHz*/,
|
||||||
|
@ -82,9 +82,9 @@
|
|||||||
#define TUNER_PHILIPS_FM1236_MK3 43
|
#define TUNER_PHILIPS_FM1236_MK3 43
|
||||||
|
|
||||||
#define TUNER_PHILIPS_4IN1 44 /* ATI TV Wonder Pro - Conexant */
|
#define TUNER_PHILIPS_4IN1 44 /* ATI TV Wonder Pro - Conexant */
|
||||||
/* Microtune mergeged with Temic 12/31/1999 partially financed by Alps - these may be similar to Temic */
|
/* Microtune merged with Temic 12/31/1999 partially financed by Alps - these may be similar to Temic */
|
||||||
#define TUNER_MICROTUNE_4049FM5 45
|
#define TUNER_MICROTUNE_4049FM5 45
|
||||||
#define TUNER_MICROTUNE_4042_FI5 46
|
#define TUNER_PANASONIC_VP27 46
|
||||||
#define TUNER_LG_NTSC_TAPE 47
|
#define TUNER_LG_NTSC_TAPE 47
|
||||||
|
|
||||||
#define TUNER_TNF_8831BGFF 48
|
#define TUNER_TNF_8831BGFF 48
|
||||||
|
Loading…
Reference in New Issue
Block a user