summaryrefslogtreecommitdiffstats
path: root/drivers/sound/sound_config.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /drivers/sound/sound_config.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'drivers/sound/sound_config.h')
-rw-r--r--drivers/sound/sound_config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/sound/sound_config.h b/drivers/sound/sound_config.h
index 27903e67f..baa04be61 100644
--- a/drivers/sound/sound_config.h
+++ b/drivers/sound/sound_config.h
@@ -3,7 +3,7 @@
* A driver for Soundcards, misc configuration parameters.
*/
/*
- * Copyright (C) by Hannu Savolainen 1993-1996
+ * Copyright (C) by Hannu Savolainen 1993-1997
*
* OSS/Free for Linux is distributed under the GNU GENERAL PUBLIC LICENSE (GPL)
* Version 2 (June 1991). See the "COPYING" file distributed with this software
@@ -95,9 +95,9 @@
#define MAX_AUDIO_DEV 5
#define MAX_MIXER_DEV 5
-#define MAX_SYNTH_DEV 3
+#define MAX_SYNTH_DEV 5
#define MAX_MIDI_DEV 6
-#define MAX_TIMER_DEV 3
+#define MAX_TIMER_DEV 4
struct fileinfo {
int mode; /* Open mode */
@@ -132,6 +132,7 @@ struct voice_alloc_info {
struct channel_info {
int pgm_num;
int bender_value;
+ int bender_range;
unsigned char controllers[128];
};