Hello
I try compile driver for TBS6221. I follow the instructions of the README file TBS62XY, but I've this complie error :
/home/dany/DVTB/linux-tbs-drivers/v4l/bt87x.c:1021:21: error: 'snd_bt87x_default_ids' undeclared (first use in this function)
driver.id_table = snd_bt87x_default_ids;
^~~~~~~~~~~~~~~~~~~~~
/home/dany/DVTB/linux-tbs-drivers/v4l/bt87x.c:1021:21: note: each undeclared identifier is reported only once for each function it appears in
In file included from /home/dany/DVTB/linux-tbs-drivers/v4l/bt87x.c:24:0:
/home/dany/DVTB/linux-tbs-drivers/v4l/bt87x.c: At top level:
./include/linux/module.h:213:27: error: '__mod_pci__snd_bt87x_ids_device_table' aliased to undefined symbol 'snd_bt87x_ids'
extern const typeof(name) __mod_##type##__##name##_device_table \
^
/home/dany/DVTB/linux-tbs-drivers/v4l/bt87x.c:842:1: note: in expansion of macro 'MODULE_DEVICE_TABLE'
MODULE_DEVICE_TABLE(pci, snd_bt87x_ids);
^~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:289 : la recette pour la cible « /home/dany/DVTB/linux-tbs-drivers/v4l/bt87x.o » a échouée
make[3]: *** [/home/dany/DVTB/linux-tbs-drivers/v4l/bt87x.o] Erreur 1
Makefile:1489: recipe for target '_module_/home/dany/DVTB/linux-tbs-drivers/v4l' failed
make[2]: *** [_module_/home/dany/DVTB/linux-tbs-drivers/v4l] Error 2
make[2]: Leaving directory '/usr/src/linux-headers-4.8.0-26-generic'
I'm on fresh install of XUBUNTU 16.10. (linux kernel 4.8.0-26).
anyone can help me?
Regards