Greetings;
I've a new pcHDTV-3000 card, and I thought maybe it would
be a good idea to build the cx88 stuff in the DVB section
of a make xconfig.
It doesn't build, spitting out this bailout:
CC [M] drivers/media/video/cx88/cx88-cards.o
drivers/media/video/cx88/cx88-cards.c: In function `hauppauge_eeprom_dvb':
drivers/media/video/cx88/cx88-cards.c:694: error: `PLLTYPE_DTT7595' undeclared (first use in this function)
drivers/media/video/cx88/cx88-cards.c:694: error: (Each undeclared identifier is reported only once
drivers/media/video/cx88/cx88-cards.c:694: error: for each function it appears in.)
drivers/media/video/cx88/cx88-cards.c:698: error: `PLLTYPE_DTT7592' undeclared (first use in this function)
drivers/media/video/cx88/cx88-cards.c: In function `cx88_card_setup':
drivers/media/video/cx88/cx88-cards.c:856: error: `PLLTYPE_DTT7579' undeclared (first use in this function)
make[4]: *** [drivers/media/video/cx88/cx88-cards.o] Error 1
make[3]: *** [drivers/media/video/cx88] Error 2
make[2]: *** [drivers/media/video] Error 2
This is from a freshly unpacked src tree for 2.6.11, with only the
bk-ieee1394 patch applied. That doesn't touch this.
Comments?
Another patch needed maybe?