patch-2.1.102 linux/drivers/sound/pas2_card.c
Next file: linux/drivers/sound/pas2_midi.c
Previous file: linux/drivers/sound/opl3sa.c
Back to the patch index
Back to the overall index
- Lines: 51
- Date:
Thu May 14 10:33:17 1998
- Orig file:
v2.1.101/linux/drivers/sound/pas2_card.c
- Orig date:
Tue Apr 14 14:29:24 1998
diff -u --recursive --new-file v2.1.101/linux/drivers/sound/pas2_card.c linux/drivers/sound/pas2_card.c
@@ -9,7 +9,7 @@
#include "sound_config.h"
#include "soundmodule.h"
-#if defined(CONFIG_PAS) || defined(MODULE)
+#ifdef CONFIG_PAS
static unsigned char dma_bits[] = {
4, 1, 2, 3, 0, 5, 6, 7
@@ -89,7 +89,7 @@
}
if (status & 0x10)
{
-#if defined(CONFIG_MIDI)
+#ifdef CONFIG_MIDI
pas_midi_interrupt();
#endif
status &= ~0x10;
@@ -219,7 +219,7 @@
mix_write(0x80 | 5, 0x078B);
mix_write(5, 0x078B);
-#if !defined(DISABLE_SB_EMULATION) && (defined(CONFIG_SB) || defined(CONFIG_SB_MODULE))
+#if !defined(DISABLE_SB_EMULATION) && defined(CONFIG_SB)
{
struct address_info *sb_config;
@@ -322,7 +322,7 @@
if ((pas_model = pas_read(0xFF88)))
{
- char temp[100];
+ char temp[100];
sprintf(temp,
"%s rev %d", pas_model_names[(int) pas_model],
@@ -335,12 +335,12 @@
pas_pcm_init(hw_config);
#endif
-#if !defined(DISABLE_SB_EMULATION) && (defined(CONFIG_SB) || defined(CONFIG_SB_MODULE))
+#if !defined(DISABLE_SB_EMULATION) && defined(CONFIG_SB)
sb_dsp_disable_midi(pas_sb_base); /* No MIDI capability */
#endif
-#if defined(CONFIG_MIDI)
+#ifdef CONFIG_MIDI
pas_midi_init();
#endif
pas_init_mixer();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov