patch-2.1.6 linux/drivers/sound/sb.h
Next file: linux/drivers/sound/sb_audio.c
Previous file: linux/drivers/sound/pss.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Oct 29 09:31:09 1996
- Orig file:
v2.1.5/linux/drivers/sound/sb.h
- Orig date:
Sun Jul 7 20:08:16 1996
diff -u --recursive --new-file v2.1.5/linux/drivers/sound/sb.h linux/drivers/sound/sb.h
@@ -36,6 +36,7 @@
#define MDL_SB201 3 /* SB2.01 */
#define MDL_SBPRO 4 /* SB Pro */
#define MDL_SB16 5 /* SB16/32/AWE */
+#define MDL_SBPNP 6 /* SB16/32/AWE PnP */
#define MDL_JAZZ 10 /* Media Vision Jazz16 */
#define MDL_SMW 11 /* Logitech SoundMan Wave (Jazz16) */
#define MDL_ESS 12 /* ESS ES688 and ES1688 */
@@ -83,11 +84,12 @@
volatile int intr_active, irq_mode;
/* Mixer fields */
- unsigned short levels[SOUND_MIXER_NRDEVICES];
+ int *levels;
mixer_tab *iomap;
int mixer_caps, recmask, supported_devices;
int supported_rec_devices;
int my_mixerdev;
+ int sbmixnum;
/* Audio fields */
unsigned long trg_buf;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov