patch-2.1.117 linux/drivers/sound/msnd.h

Next file: linux/drivers/sound/msnd_pinnacle.c
Previous file: linux/drivers/sound/lowlevel/aci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.116/linux/drivers/sound/msnd.h linux/drivers/sound/msnd.h
@@ -24,13 +24,13 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: msnd.h,v 1.6 1998/07/18 00:12:15 andrewtv Exp $
+ * $Id: msnd.h,v 1.9 1998/08/06 21:06:14 andrewtv Exp $
  *
  ********************************************************************/
 #ifndef __MSND_H
 #define __MSND_H
 
-#define VERSION			"0.7.0"
+#define VERSION			"0.7.2"
 
 #define DEFSAMPLERATE		DSP_DEFAULT_SPEED
 #define DEFSAMPLESIZE		8
@@ -236,12 +236,14 @@
 #define F_EXT_MIDI_INUSE		7
 #define F_INT_MIDI_INUSE		8
 #define F_WRITEFLUSH			9
+#define F_HAVEDIGITAL			10
 
 	struct wait_queue *writeblock, *readblock;
 	struct wait_queue *writeflush;
 	unsigned long recsrc;
 	int left_levels[16];
 	int right_levels[16];
+	int mixer_mod_count;
 	int calibrate_signal;
 	int sample_size;
 	int sample_rate;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov