diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 08:43:28 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-25 00:48:53 +0400 |
commit | 8e249581611bfc98c1ec18b6e124b613b6b6db1b (patch) | |
tree | 4fee58447932de79130a03a824bcfac658dd1c78 /drivers/media/video/cx25821 | |
parent | 72a52fc3254512c5bcc70a03f33571cd50ee33a1 (diff) | |
download | linux-8e249581611bfc98c1ec18b6e124b613b6b6db1b.tar.xz |
[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>
Diffstat (limited to 'drivers/media/video/cx25821')
-rw-r--r-- | drivers/media/video/cx25821/cx25821-audio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx25821/cx25821-audio.h b/drivers/media/video/cx25821/cx25821-audio.h index 8eb55b7b88cb..57bdcedee857 100644 --- a/drivers/media/video/cx25821/cx25821-audio.h +++ b/drivers/media/video/cx25821/cx25821-audio.h @@ -23,12 +23,12 @@ #ifndef __CX25821_AUDIO_H__ #define __CX25821_AUDIO_H__ -#define USE_RISC_NOOP 1 -#define LINES_PER_BUFFER 15 -#define AUDIO_LINE_SIZE 128 +#define USE_RISC_NOOP 1 +#define LINES_PER_BUFFER 15 +#define AUDIO_LINE_SIZE 128 /* 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 |