dont use with ubuntu 14.04 3.19 generic kernel
a lot of errors compile this drivers
crazycat Wrote:IR not supported for saa716x-based TBS PCI-E cards.
Newtman Wrote:I want report the excellent work of Crazycat, now I'm watching DVB-C Annex B (ATSC-C in TVHeadend now) and DVB-S2 only with the open source drivers
CC [M] /home/htpc/tbsdriver/media_build/v4l/stb6000.o
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_read_snr':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:161:5: error: 'struct si2168_dev' has no member named 'snr'
dev->snr=52428;
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c:162:45: error: 'struct si2168_dev' has no member named 'snr'
*snr = (dev->fe_status & FE_HAS_LOCK) ? dev->snr : 0;
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_read_ucblocks':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:207:9: error: 'struct si2168_dev' has no member named 'stat_resp'
if (dev->stat_resp & 0x10) {
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_init':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:460:9: error: 'struct si2168_dev' has no member named 'warm'
if (dev->warm) {
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_sleep':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:698:9: error: 'struct si2168_dev' has no member named 'version'
if (dev->version > ('B' << 24 | 4 << 16 | 0 << 8 | 11 << 0))
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c:699:6: error: 'struct si2168_dev' has no member named 'warm'
dev->warm = false;
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_select':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:724:30: error: implicit declaration of function 'i2c_mux_priv' [-Werror=implicit-function-declaration]
struct i2c_client *client = i2c_mux_priv(muxc);
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c:724:30: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_deselect':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:744:30: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
struct i2c_client *client = i2c_mux_priv(muxc);
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_probe':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:822:14: error: implicit declaration of function 'i2c_mux_alloc' [-Werror=implicit-function-declaration]
dev->muxc = i2c_mux_alloc(client->adapter, &client->dev,
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c:823:13: error: 'I2C_MUX_LOCKED' undeclared (first use in this function)
1, 0, I2C_MUX_LOCKED,
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c:823:13: note: each undeclared identifier is reported only once for each function it appears in
/home/htpc/tbsdriver/media_build/v4l/si2168.c:829:11: error: dereferencing pointer to incomplete type 'struct i2c_mux_core'
dev->muxc->priv = client;
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c:830:8: error: implicit declaration of function 'i2c_mux_add_adapter' [-Werror=implicit-function-declaration]
ret = i2c_mux_add_adapter(dev->muxc, 0, 0, 0);
^
/home/htpc/tbsdriver/media_build/v4l/si2168.c: In function 'si2168_remove':
/home/htpc/tbsdriver/media_build/v4l/si2168.c:861:2: error: implicit declaration of function 'i2c_mux_del_adapters' [-Werror=implicit-function-declaration]
i2c_mux_del_adapters(dev->muxc);
^
cc1: some warnings being treated as errors
scripts/Makefile.build:264: recipe for target '/home/htpc/tbsdriver/media_build/v4l/si2168.o' failed
gleve Wrote:Has anyone seen this before? any ideas?
steven Wrote:gleve Wrote:Has anyone seen this before? any ideas?
Hi gleve
Please have a try update your code to the latest one :
https://github.com/tbsdtv/linux_media/c ... 77e11a12d6
Thanks
Kind Regards
steven
Users browsing this forum: No registered users and 7 guests