summaryrefslogtreecommitdiffstats
path: root/drivers/sound/trix.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/trix.c')
-rw-r--r--drivers/sound/trix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/trix.c b/drivers/sound/trix.c
index d36da3f9c..986544401 100644
--- a/drivers/sound/trix.c
+++ b/drivers/sound/trix.c
@@ -318,7 +318,7 @@ static int __init probe_trix_sb(struct address_info *hw_config)
sb_initialized = 1;
hw_config->name = "AudioTrix SB";
- return sb_dsp_detect(hw_config, 0, 0);
+ return sb_dsp_detect(hw_config, 0, 0, NULL);
}
static void __init attach_trix_sb(struct address_info *hw_config)