From: Jasmin Jessich Date: Sun, 25 Jun 2017 21:37:11 +0000 (-0300) Subject: media: staging: cxd2099: Activate cxd2099 buffer mode X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2748e76ddb2967c4030171342ebdd3faa6a5e8e8;p=linux.git media: staging: cxd2099: Activate cxd2099 buffer mode Activate the cxd2099 buffer mode. Signed-off-by: Jasmin Jessich Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/cxd2099/cxd2099.c b/drivers/staging/media/cxd2099/cxd2099.c index 3431cf62cbc10..f28916ea69f1c 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);