diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-12 22:33:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-12 22:33:33 +0000 |
| commit | 76d43151d2675af72942db6836d8505d16717cba (patch) | |
| tree | 4a43b98a990277cd5b0a42ed222f2a6c5fef2bf0 | |
| parent | 8a69c85a7ea2daa19c377b2267a4e4924a85c801 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/sound/sb_dsp.c | 4 |
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 88d3fa17da02..1cf52c536995 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); |
