aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2017-06-25 18:37:11 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-26 08:19:13 -0300
commit2748e76ddb2967c4030171342ebdd3faa6a5e8e8 (patch)
treeab115df50a41bcbf0cfbcc2c813af7511107796d
parentmedia: staging: cxd2099: Removed printing in write_block (diff)
downloadlinux-dev-2748e76ddb2967c4030171342ebdd3faa6a5e8e8.tar.xz
linux-dev-2748e76ddb2967c4030171342ebdd3faa6a5e8e8.zip
media: staging: cxd2099: Activate cxd2099 buffer mode
Activate the cxd2099 buffer mode. Signed-off-by: Jasmin Jessich <jasmin@anw.at> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/staging/media/cxd2099/cxd2099.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/media/cxd2099/cxd2099.c b/drivers/staging/media/cxd2099/cxd2099.c
index 3431cf62cbc1..f28916ea69f1 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);