patch-1.3.63 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: 39
- Date:
Sat Feb 10 22:05:02 1996
- Orig file:
v1.3.62/linux/drivers/sound/sb_card.c
- Orig date:
Tue Jan 23 21:15:48 1996
diff -u --recursive --new-file v1.3.62/linux/drivers/sound/sb_card.c linux/drivers/sound/sb_card.c
@@ -2,8 +2,9 @@
* sound/sb_card.c
*
* Detection routine for the SoundBlaster cards.
- *
- * Copyright by Hannu Savolainen 1993
+ */
+/*
+ * Copyright by Hannu Savolainen 1993-1996
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -24,11 +25,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* 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 <linux/config.h>
+
#include "sound_config.h"
@@ -59,12 +58,6 @@
return 0;
}
-#if defined(CONFIG_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