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:
parent
bfe0cf9870
commit
2163467d31
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user