From: Jasmin Jessich <jasmin@xxxxxx> Now the cxd2099 buffer mode is activated, but can be deactivated by setting BUFFER_MODE to 0 at the compiler command line or by editiing the file. Signed-off-by: Jasmin Jessich <jasmin@xxxxxx> --- drivers/staging/media/cxd2099/cxd2099.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/media/cxd2099/cxd2099.c b/drivers/staging/media/cxd2099/cxd2099.c index 64de129..dcad557 100644 --- a/drivers/staging/media/cxd2099/cxd2099.c +++ b/drivers/staging/media/cxd2099/cxd2099.c @@ -33,7 +33,9 @@ #include "cxd2099.h" -/* #define BUFFER_MODE 1 */ +#ifndef BUFFER_MODE +#define BUFFER_MODE 1 +#endif static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount); -- 2.7.4