From: Jasmin Jessich <jasmin@xxxxxx> Activate the cxd2099 buffer mode. Signed-off-by: Jasmin Jessich <jasmin@xxxxxx> --- drivers/staging/media/cxd2099/cxd2099.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/media/cxd2099/cxd2099.c b/drivers/staging/media/cxd2099/cxd2099.c index 3431cf6..f28916e 100644 --- a/drivers/staging/media/cxd2099/cxd2099.c +++ b/drivers/staging/media/cxd2099/cxd2099.c @@ -33,7 +33,8 @@ #include "cxd2099.h" -/* #define BUFFER_MODE 1 */ +/* comment this line to deactivate the cxd2099ar buffer mode */ +#define BUFFER_MODE 1 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount); -- 2.7.4