diff options
author | Nicolas Kaiser <nikai@nikai.net> | 2007-11-07 18:31:43 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:29:20 +0100 |
commit | 6bab53377eecc19d3d66bcbf2ec8d2f8d99abc43 (patch) | |
tree | d64f47844425847f4babb88fc2ff3b875cbd34d1 /sound/pci/maestro3.c | |
parent | b222fe50f28ea14b7fde202d143c534dedf9bca9 (diff) | |
download | op-kernel-dev-6bab53377eecc19d3d66bcbf2ec8d2f8d99abc43.zip op-kernel-dev-6bab53377eecc19d3d66bcbf2ec8d2f8d99abc43.tar.gz |
[ALSA] sound/pci: remove line duplications in defines
Remove line duplications in defines.
Acked-by: Thomas Sailer <sailer@ife.ee.ethz.ch>
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/maestro3.c')
-rw-r--r-- | sound/pci/maestro3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/maestro3.c b/sound/pci/maestro3.c index 3224577..93dfedc 100644 --- a/sound/pci/maestro3.c +++ b/sound/pci/maestro3.c @@ -732,7 +732,6 @@ MODULE_PARM_DESC(amp_gpio, "GPIO pin number for external amp. (default = -1)"); #define MINISRC_IN_BUFFER_SIZE ( 0x50 * 2 ) #define MINISRC_OUT_BUFFER_SIZE ( 0x50 * 2 * 2) -#define MINISRC_OUT_BUFFER_SIZE ( 0x50 * 2 * 2) #define MINISRC_TMP_BUFFER_SIZE ( 112 + ( MINISRC_BIQUAD_STAGE * 3 + 4 ) * 2 * 2 ) #define MINISRC_BIQUAD_STAGE 2 #define MINISRC_COEF_LOC 0x175 |