13
0

add M-Audio 2496 as a recognized card for the mudita24 control panel/app.

(Yes, this hard coding thing is awful)
This commit is contained in:
Paul Davis 2014-01-06 11:35:46 -05:00
parent bfe0cf9870
commit 2163467d31

View File

@ -1094,6 +1094,8 @@ JACKAudioBackend::control_app_name () const
appname = "hdspconf";
} else if (_target_device == "M Audio Delta 1010") {
appname = "mudita24";
} else if (_target_device == "M2496") {
appname = "mudita24";
}
}
} else {