summaryrefslogtreecommitdiffstats
path: root/drivers/sound/sb_dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/sb_dsp.c')
-rw-r--r--drivers/sound/sb_dsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sound/sb_dsp.c b/drivers/sound/sb_dsp.c
index cb491b5cc..02a679335 100644
--- a/drivers/sound/sb_dsp.c
+++ b/drivers/sound/sb_dsp.c
@@ -131,7 +131,7 @@ sb_dsp_command (unsigned char val)
}
void
-sbintr (int unit)
+sbintr (int unit, struct pt_regs *regs)
{
int status;
@@ -803,7 +803,7 @@ sb_dsp_init (long mem_start, struct address_info *hw_config)
if (sbc_major >= 3)
{
-#ifndef SCO
+#if !defined(SCO) && !defined(EXCLUDE_AUDIO)
# ifdef __SGNXPRO__
if (mixer_type == 2)
{