add M-Audio 2496 as a recognized card for the mudita24 control panel/app.
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Jan 2014 16:35:46 +0000 (11:35 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 6 Jan 2014 16:35:57 +0000 (11:35 -0500)
(Yes, this hard coding thing is awful)

libs/backends/jack/jack_audiobackend.cc

index 5e447a6ee1dc54d0e114ed4b7e38f573b185b44f..659807271fe4557d3a94d02b282635986205e61d 100644 (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 {