Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] tuner.h mixup with kernel source tree



Hi,

while trying to merge the Matrox tuner.* changes with the DVB ones I
want to start from a vanilla code. I'll took kernel 2.4.17-0.13 (RHL
rawhide) as baseline.

Unfortunately, a diff of the DVB tuner.h against the one included in
the kernel shows me that the tuner numbers are overlapping, namely:

-#define TUNER_TEMIC_PAL_DK     16   
-#define TUNER_PHILIPS_NTSC_M   17
-#define TUNER_TEMIC_4066FY5_PAL_I       18 
-#define TUNER_TEMIC_4006FN5_MULTI_PAL   19 
-#define TUNER_TEMIC_4009FR5_PAL         20 
-#define TUNER_TEMIC_4039FR5_NTSC        21 
-#define TUNER_TEMIC_4046FM5             22 

+#define TUNER_SP5659 16
+#define TUNER_DVBC   17
+#define TUNER_TSA5059 18
+#define TUNER_TSA5522 19
+#define TUNER_TSA5060 20
+#define TUNER_SP5668 21
+#define TUNER_SP5659_C 22


Are the numbers hardcoded used somewhere?

Is this a dvb driver design issue?

Can I change the DVB tuner numbers easily?
 I only found references in dvb.c

Such interferences aren't well, if dvb driver should go (parially?)
into main kernel source tree later.

        Peter


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index