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 1a6b79c76..70b4af6d3 100644
--- a/drivers/sound/trix.c
+++ b/drivers/sound/trix.c
@@ -323,7 +323,7 @@ int probe_trix_sb(struct address_info *hw_config)
hw_config->name = "AudioTrix SB";
#ifdef CONFIG_SBDSP
- return sb_dsp_detect(hw_config);
+ return sb_dsp_detect(hw_config, 0, 0);
#else
return 0;
#endif