patch-1.3.9 linux/drivers/sound/sb_card.c
Next file: linux/drivers/sound/sb_dsp.c
Previous file: linux/drivers/sound/sb16_midi.c
Back to the patch index
Back to the overall index
-  Lines: 23
 -  Date:
Mon Jul 10 01:45:17 1995
 -  Orig file: 
v1.3.8/linux/drivers/sound/sb_card.c
 -  Orig date: 
Mon Jul 18 09:50:55 1994
 
diff -u --recursive --new-file v1.3.8/linux/drivers/sound/sb_card.c linux/drivers/sound/sb_card.c
@@ -25,6 +25,9 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
+ * Modified:
+ *  Riccardo Facchetti  24 Mar 1995
+ *  - Added the Audio Excel DSP 16 initialization routine.
  */
 
 #include "sound_config.h"
@@ -46,6 +49,12 @@
 int
 probe_sb (struct address_info *hw_config)
 {
+#if !defined(EXCLUDE_AEDSP16) && defined(AEDSP16_SBPRO)
+  /*
+     * Initialize Audio Excel DSP 16 to SBPRO.
+   */
+  InitAEDSP16_SBPRO (hw_config);
+#endif
   return sb_dsp_detect (hw_config);
 }
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this