diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-06-25 18:37:11 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-26 08:19:13 -0300 |
commit | 2748e76ddb2967c4030171342ebdd3faa6a5e8e8 (patch) | |
tree | ab115df50a41bcbf0cfbcc2c813af7511107796d | |
parent | 3e8d8a085ff454527a422aafe9b7dcfa95c09cc5 (diff) | |
download | linux-stable-2748e76ddb2967c4030171342ebdd3faa6a5e8e8.tar.gz linux-stable-2748e76ddb2967c4030171342ebdd3faa6a5e8e8.tar.bz2 linux-stable-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.c | 3 |
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); |