mirror of https://gitee.com/openkylin/linux.git
[media] Staging: cx25821: remove spaces after parenthesis
fix "ERROR: space prohibited after that open parenthesis '('" This is a patch to the cx25821-audio-upstream.h file that fixed up a space errors found by the checkpatch.pl tools. Signed-off-by: Ruslan Pisarev <ruslan@rpisarev.org.ua> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
96eb729a5b
commit
01bc799186
|
@ -46,11 +46,11 @@
|
||||||
#define USE_RISC_NOOP_AUDIO 1
|
#define USE_RISC_NOOP_AUDIO 1
|
||||||
|
|
||||||
#ifdef USE_RISC_NOOP_AUDIO
|
#ifdef USE_RISC_NOOP_AUDIO
|
||||||
#define AUDIO_RISC_DMA_BUF_SIZE ( LINES_PER_AUDIO_BUFFER*RISC_READ_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE + NUM_NO_OPS*DWORD_SIZE + RISC_JUMP_INSTRUCTION_SIZE)
|
#define AUDIO_RISC_DMA_BUF_SIZE (LINES_PER_AUDIO_BUFFER*RISC_READ_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE + NUM_NO_OPS*DWORD_SIZE + RISC_JUMP_INSTRUCTION_SIZE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef USE_RISC_NOOP_AUDIO
|
#ifndef USE_RISC_NOOP_AUDIO
|
||||||
#define AUDIO_RISC_DMA_BUF_SIZE ( LINES_PER_AUDIO_BUFFER*RISC_READ_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE + RISC_JUMP_INSTRUCTION_SIZE)
|
#define AUDIO_RISC_DMA_BUF_SIZE (LINES_PER_AUDIO_BUFFER*RISC_READ_INSTRUCTION_SIZE + RISC_WRITECR_INSTRUCTION_SIZE + RISC_JUMP_INSTRUCTION_SIZE)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int _line_size;
|
static int _line_size;
|
||||||
|
|
Loading…
Reference in New Issue