diff options
Diffstat (limited to 'sys/i386/isa/sound/sb_dsp.c')
-rw-r--r-- | sys/i386/isa/sound/sb_dsp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/isa/sound/sb_dsp.c b/sys/i386/isa/sound/sb_dsp.c index f9d38e7..88d3fa1 100644 --- a/sys/i386/isa/sound/sb_dsp.c +++ b/sys/i386/isa/sound/sb_dsp.c @@ -53,10 +53,10 @@ int sbc_base = 0; -int sbc_irq = 0; +static int sbc_irq = 0; static int open_mode = 0; /* Read, write or both */ int Jazz16_detected = 0; -int sb_no_recording = 0; +static int sb_no_recording = 0; static int dsp_count = 0; static int trigger_bits; @@ -102,10 +102,10 @@ 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); -sound_os_info *sb_osp = NULL; +static sound_os_info *sb_osp = NULL; #if defined(CONFIG_MIDI) || defined(CONFIG_AUDIO) -void dsp_speaker(char state); +static void dsp_speaker(char state); /* * Common code for the midi and pcm functions @@ -218,7 +218,7 @@ sb_reset_dsp(void) #ifdef CONFIG_AUDIO -void +static void dsp_speaker(char state) { if (state) |