diff options
-rw-r--r-- | sound/oss/dmasound/dmasound.h | 1 | ||||
-rw-r--r-- | sound/oss/dmasound/trans_16.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/dmasound/dmasound.h b/sound/oss/dmasound/dmasound.h index 222014cafc1a..a1b0b92af4b5 100644 --- a/sound/oss/dmasound/dmasound.h +++ b/sound/oss/dmasound/dmasound.h | |||
@@ -270,7 +270,6 @@ extern int dmasound_catchRadius; | |||
270 | #define SW_INPUT_VOLUME_SCALE 4 | 270 | #define SW_INPUT_VOLUME_SCALE 4 |
271 | #define SW_INPUT_VOLUME_DEFAULT (128 / SW_INPUT_VOLUME_SCALE) | 271 | #define SW_INPUT_VOLUME_DEFAULT (128 / SW_INPUT_VOLUME_SCALE) |
272 | 272 | ||
273 | extern int expand_bal; /* Balance factor for expanding (not volume!) */ | ||
274 | extern int expand_read_bal; /* Balance factor for reading */ | 273 | extern int expand_read_bal; /* Balance factor for reading */ |
275 | extern uint software_input_volume; /* software implemented recording volume! */ | 274 | extern uint software_input_volume; /* software implemented recording volume! */ |
276 | 275 | ||
diff --git a/sound/oss/dmasound/trans_16.c b/sound/oss/dmasound/trans_16.c index 23562e947806..ca973ac2a30a 100644 --- a/sound/oss/dmasound/trans_16.c +++ b/sound/oss/dmasound/trans_16.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <asm/uaccess.h> | 17 | #include <asm/uaccess.h> |
18 | #include "dmasound.h" | 18 | #include "dmasound.h" |
19 | 19 | ||
20 | extern int expand_bal; /* Balance factor for expanding (not volume!) */ | ||
20 | static short dmasound_alaw2dma16[] ; | 21 | static short dmasound_alaw2dma16[] ; |
21 | static short dmasound_ulaw2dma16[] ; | 22 | static short dmasound_ulaw2dma16[] ; |
22 | 23 | ||