summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/sb_mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/sound/sb_mixer.c')
-rw-r--r--sys/i386/isa/sound/sb_mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/sb_mixer.c b/sys/i386/isa/sound/sb_mixer.c
index 8deaad5..b96c24c 100644
--- a/sys/i386/isa/sound/sb_mixer.c
+++ b/sys/i386/isa/sound/sb_mixer.c
@@ -42,6 +42,7 @@
#undef SB_TEST_IRQ
extern int sbc_base;
+extern int sbc_major;
extern int Jazz16_detected;
static int mixer_initialized = 0;
@@ -110,7 +111,6 @@ detect_mixer (void)
#endif
int retcode = 1;
- extern int sbc_major;
/*
* Detect the mixer by changing parameters of two volume channels. If the
OpenPOWER on IntegriCloud