patch-2.1.126 linux/drivers/sound/sb_mixer.h

Next file: linux/drivers/sound/sgalaxy.c
Previous file: linux/drivers/sound/sb_mixer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/drivers/sound/sb_mixer.h linux/drivers/sound/sb_mixer.h
@@ -41,6 +41,9 @@
 #define SB16_RECORDING_DEVICES		(SOUND_MASK_SYNTH | SOUND_MASK_LINE | SOUND_MASK_MIC | \
 					 SOUND_MASK_CD)
 
+#define SB16_OUTFILTER_DEVICES		(SOUND_MASK_LINE | SOUND_MASK_MIC | \
+					 SOUND_MASK_CD)
+
 #define ES688_RECORDING_DEVICES SBPRO_RECORDING_DEVICES
 #define ES688_MIXER_DEVICES (SBPRO_MIXER_DEVICES|SOUND_MASK_LINE2|SOUND_MASK_SPEAKER)
 
@@ -99,6 +102,7 @@
 /*
  * Mixer registers of SB16
  */
+#define SB16_OMASK	0x3c
 #define SB16_IMASK_L	0x3d
 #define SB16_IMASK_R	0x3e
 

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