Skip to content

Commit

Permalink
[media] cx25821-audio.h: Line up defines
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leonid V. Fedorenchik authored and Mauro Carvalho Chehab committed Nov 24, 2011
1 parent 72a52fc commit 8e24958
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/media/video/cx25821/cx25821-audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e24958

Please sign in to comment.