add envy24 control app name
This commit is contained in:
parent
ecfeeda4b8
commit
f06bab1fa3
@ -959,23 +959,18 @@ JACKAudioBackend::control_app_name () const
|
|||||||
{
|
{
|
||||||
string appname;
|
string appname;
|
||||||
|
|
||||||
if (_target_device.empty()) {
|
if (_target_driver.empty() || _target_device.empty()) {
|
||||||
return appname;
|
return appname;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined (__linux)
|
if (_target_driver == "alsa") {
|
||||||
/* Linux potential control apps */
|
|
||||||
|
|
||||||
if (_target_device == "Hammerfall DSP") {
|
if (_target_device == "Hammerfall DSP") {
|
||||||
appname = "hdspconf";
|
appname = "hdspconf";
|
||||||
|
} else if (_target_device == "M Audio Delta 1010") {
|
||||||
|
appname = "mudita";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
#if defined (__APPLE__)
|
|
||||||
/* OS X potential control apps */
|
|
||||||
#else
|
|
||||||
/* Windows potential control apps */
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
return appname;
|
return appname;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user