From 74e82754444c751901df30f028a1ac90be13c519 Mon Sep 17 00:00:00 2001 From: "Leonid V. Fedorenchik" Date: Fri, 2 Sep 2011 11:55:37 +0800 Subject: [PATCH] --- yaml --- r: 268331 b: refs/heads/master c: cc4600c9f46d83d2ced3310e05ea9e94a5c130fb h: refs/heads/master i: 268329: 8f6a310d4c996f05c61c110f1fdc945ab34f7060 268327: 7e6d9adf5bf37ba1c191add86af9fc6482c31419 v: v3 --- [refs] | 2 +- trunk/drivers/staging/cx25821/cx25821-audio.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 5f0f3486fdf9..e4be659de2cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7bfcbd6733bec1c555e62fbc39d1d9dc47ccd852 +refs/heads/master: cc4600c9f46d83d2ced3310e05ea9e94a5c130fb diff --git a/trunk/drivers/staging/cx25821/cx25821-audio.h b/trunk/drivers/staging/cx25821/cx25821-audio.h index 27717253227d..8eb55b7b88cb 100644 --- a/trunk/drivers/staging/cx25821/cx25821-audio.h +++ b/trunk/drivers/staging/cx25821/cx25821-audio.h @@ -36,13 +36,15 @@ */ #ifndef USE_RISC_NOOP #define MAX_BUFFER_PROGRAM_SIZE \ - (2*LINES_PER_BUFFER*RISC_WRITE_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE*4) + (2 * LINES_PER_BUFFER * RISC_WRITE_INSTRUCTION_SIZE + \ + RISC_WRITECR_INSTRUCTION_SIZE * 4) #endif /* MAE 12 July 2005 Try to use NOOP RISC instruction instead */ #ifdef USE_RISC_NOOP #define MAX_BUFFER_PROGRAM_SIZE \ - (2*LINES_PER_BUFFER*RISC_WRITE_INSTRUCTION_SIZE + RISC_NOOP_INSTRUCTION_SIZE*4) + (2 * LINES_PER_BUFFER * RISC_WRITE_INSTRUCTION_SIZE + \ + RISC_NOOP_INSTRUCTION_SIZE * 4) #endif /* Sizes of various instructions in bytes. Used when adding instructions. */