aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index c77786c6cf..5118e4971e 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -178,7 +178,7 @@ MidiDriverType MidiDriver::detectMusicDriver(int flags) {
MidiDriverType musicDriver;
// Query the selected music driver (defaults to MD_AUTO).
- const MidiDriverDescription *md = findMusicDriver("music_driver");
+ const MidiDriverDescription *md = findMusicDriver(ConfMan.get("music_driver"));
// Check whether the selected music driver is compatible with the
// given flags.