summaryrefslogtreecommitdiff
path: root/drivers/media/usb/dvb-usb/cxusb.h
diff options
context:
space:
mode:
authorCrazyCat <crazycat69@narod.ru>2016-10-21 22:35:40 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-18 18:46:28 +0300
commit5fa88151ecdbfc9f2092cf1add7966c546b95dfa (patch)
treef09a9468b8af747410c52b07a9d7a8f1c1a5a18d /drivers/media/usb/dvb-usb/cxusb.h
parentbfc303e7bef819acf2f83a1805d7dc15b5c8eebf (diff)
downloadlinux-5fa88151ecdbfc9f2092cf1add7966c546b95dfa.tar.xz
[media] dvb-usb-cxusb: Geniatech T230 - resync TS FIFO after lock
This patch fix streaming issue for Geniatech T230/PT360. Signed-off-by: CrazyCat <crazycat69@narod.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/cxusb.h')
-rw-r--r--drivers/media/usb/dvb-usb/cxusb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb/cxusb.h b/drivers/media/usb/dvb-usb/cxusb.h
index 18acda19527a..66429d7f69b5 100644
--- a/drivers/media/usb/dvb-usb/cxusb.h
+++ b/drivers/media/usb/dvb-usb/cxusb.h
@@ -37,6 +37,11 @@ struct cxusb_state {
struct i2c_client *i2c_client_tuner;
unsigned char data[MAX_XFER_SIZE];
+
+ struct mutex stream_mutex;
+ u8 last_lock;
+ int (*fe_read_status)(struct dvb_frontend *fe,
+ enum fe_status *status);
};
#endif