Reference errors
Fixing reference errors.
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
#include "SysExec.hpp"
|
#include "SysExec.hpp"
|
||||||
#include "Updater.hpp"
|
#include "Updater.hpp"
|
||||||
#include "util.hpp"
|
#include "util.hpp"
|
||||||
|
#include <algorithm>
|
||||||
#include "DBusLog.hpp"
|
#include "DBusLog.hpp"
|
||||||
#include "AvahiService.hpp"
|
#include "AvahiService.hpp"
|
||||||
#include "DummyAudioDriver.hpp"
|
#include "DummyAudioDriver.hpp"
|
||||||
@@ -74,6 +75,10 @@ static std::string BytesToHex(const std::vector<uint8_t> &bytes)
|
|||||||
return s.str();
|
return s.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static uint32_t SelectBestSampleRate(const AlsaDeviceInfo &inDev,
|
||||||
|
const AlsaDeviceInfo &outDev,
|
||||||
|
uint32_t desiredRate);
|
||||||
|
|
||||||
PiPedalModel::PiPedalModel()
|
PiPedalModel::PiPedalModel()
|
||||||
: pluginHost(),
|
: pluginHost(),
|
||||||
atomConverter(pluginHost.GetMapFeature())
|
atomConverter(pluginHost.GetMapFeature())
|
||||||
|
|||||||
Reference in New Issue
Block a user