2015-04-21 21:08:38 +02:00
|
|
|
/** @file
|
|
|
|
* @author Edouard DUPIN
|
|
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
|
|
|
* @license APACHE v2.0 (see license file)
|
|
|
|
*/
|
|
|
|
|
2016-10-02 22:32:39 +02:00
|
|
|
#include "debug.hpp"
|
2015-04-21 21:08:38 +02:00
|
|
|
|
|
|
|
|
|
|
|
int32_t audio::algo::drain::getLogId() {
|
2016-03-08 21:29:34 +01:00
|
|
|
static int32_t g_val = elog::registerInstance("audio-algo-drain");
|
2015-04-21 21:08:38 +02:00
|
|
|
return g_val;
|
|
|
|
}
|
|
|
|
|