patch-2.1.87 linux/drivers/sound/sound_config.h
Next file: linux/drivers/sound/sscape.c
Previous file: linux/drivers/sound/softoss.c
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Sun Feb 15 12:10:13 1998
- Orig file:
v2.1.86/linux/drivers/sound/sound_config.h
- Orig date:
Sat Nov 29 10:33:21 1997
diff -u --recursive --new-file v2.1.86/linux/drivers/sound/sound_config.h linux/drivers/sound/sound_config.h
@@ -12,7 +12,7 @@
#include "local.h.master"
-
+#include <linux/config.h>
#include "os.h"
#include "soundvers.h"
@@ -43,20 +43,20 @@
#define FM_MONO 0x388 /* This is the I/O address used by AdLib */
-#ifndef PAS_BASE
-#define PAS_BASE 0x388
+#ifndef CONFIG_PAS_BASE
+#define CONFIG_PAS_BASE 0x388
#endif
-#if defined(SB16_DMA) && !defined(SB_DMA2)
-# define SB_DMA2 SB16_DMA
+#if defined(CONFIG_SB16_DMA) && !defined(CONFIG_SB_DMA2)
+# define CONFIG_SB_DMA2 CONFIG_SB16_DMA
#endif
-#if defined(SB16MIDI_BASE) && !defined(SB_MPU_BASE)
-# define SB_MPU_BASE SB16MIDI_BASE
+#if defined(SB16MIDI_BASE) && !defined(CONFIG_SB_MPU_BASE)
+# define CONFIG_SB_MPU_BASE SB16MIDI_BASE
#endif
-#ifndef SB_MPU_IRQ
-# define SB_MPU_IRQ SBC_IRQ
+#ifndef CONFIG_SB_MPU_IRQ
+# define CONFIG_SB_MPU_IRQ CONFIG_SB_IRQ
#endif
/* SEQ_MAX_QUEUE is the maximum number of sequencer events buffered by the
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov