[media] cx25821-audio.h: Line up defines
Line up defines to the same column. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
72a52fc325
commit
8e24958161
|
@ -23,12 +23,12 @@
|
||||||
#ifndef __CX25821_AUDIO_H__
|
#ifndef __CX25821_AUDIO_H__
|
||||||
#define __CX25821_AUDIO_H__
|
#define __CX25821_AUDIO_H__
|
||||||
|
|
||||||
#define USE_RISC_NOOP 1
|
#define USE_RISC_NOOP 1
|
||||||
#define LINES_PER_BUFFER 15
|
#define LINES_PER_BUFFER 15
|
||||||
#define AUDIO_LINE_SIZE 128
|
#define AUDIO_LINE_SIZE 128
|
||||||
|
|
||||||
/* Number of buffer programs to use at once. */
|
/* Number of buffer programs to use at once. */
|
||||||
#define NUMBER_OF_PROGRAMS 8
|
#define NUMBER_OF_PROGRAMS 8
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Max size of the RISC program for a buffer. - worst case is 2 writes per line
|
* Max size of the RISC program for a buffer. - worst case is 2 writes per line
|
||||||
|
|
Loading…
Reference in New Issue