diff options
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 32245770595e..93dfedcaed86 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)"); | |||
732 | 732 | ||
733 | #define MINISRC_IN_BUFFER_SIZE ( 0x50 * 2 ) | 733 | #define MINISRC_IN_BUFFER_SIZE ( 0x50 * 2 ) |
734 | #define MINISRC_OUT_BUFFER_SIZE ( 0x50 * 2 * 2) | 734 | #define MINISRC_OUT_BUFFER_SIZE ( 0x50 * 2 * 2) |
735 | #define MINISRC_OUT_BUFFER_SIZE ( 0x50 * 2 * 2) | ||
736 | #define MINISRC_TMP_BUFFER_SIZE ( 112 + ( MINISRC_BIQUAD_STAGE * 3 + 4 ) * 2 * 2 ) | 735 | #define MINISRC_TMP_BUFFER_SIZE ( 112 + ( MINISRC_BIQUAD_STAGE * 3 + 4 ) * 2 * 2 ) |
737 | #define MINISRC_BIQUAD_STAGE 2 | 736 | #define MINISRC_BIQUAD_STAGE 2 |
738 | #define MINISRC_COEF_LOC 0x175 | 737 | #define MINISRC_COEF_LOC 0x175 |