summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/sb_dsp.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-12 22:33:33 +0000
committerbde <bde@FreeBSD.org>1998-02-12 22:33:33 +0000
commitc4b1f98d98fa68120369b70626cdc465f1401b89 (patch)
treef56c73de236b7b70d69f06928fe28c0244d47b04 /sys/i386/isa/sound/sb_dsp.c
parente19355cd15ab2cc3fe3f1c8c3ea572acc5007b94 (diff)
downloadFreeBSD-src-c4b1f98d98fa68120369b70626cdc465f1401b89.zip
FreeBSD-src-c4b1f98d98fa68120369b70626cdc465f1401b89.tar.gz
Unstaticized.
Diffstat (limited to 'sys/i386/isa/sound/sb_dsp.c')
-rw-r--r--sys/i386/isa/sound/sb_dsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c
index 88d3fa1..1cf52c5 100644
--- a/sys/i386/isa/sound/sb_dsp.c
+++ b/sys/i386/isa/sound/sb_dsp.c
@@ -56,7 +56,7 @@ int sbc_base = 0;
static int sbc_irq = 0;
static int open_mode = 0; /* Read, write or both */
int Jazz16_detected = 0;
-static int sb_no_recording = 0;
+int sb_no_recording = 0;
static int dsp_count = 0;
static int trigger_bits;
@@ -102,7 +102,7 @@ volatile int sb_intr_active = 0;
static int dsp_speed(int);
static int dsp_set_stereo(int mode);
static void sb_dsp_reset(int dev);
-static sound_os_info *sb_osp = NULL;
+sound_os_info *sb_osp = NULL;
#if defined(CONFIG_MIDI) || defined(CONFIG_AUDIO)
static void dsp_speaker(char state);
OpenPOWER on IntegriCloud