2015-01-25 22:10:49 +01:00
|
|
|
/** @file
|
|
|
|
* @author Edouard DUPIN
|
|
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
|
|
|
* @license APACHE v2.0 (see license file)
|
|
|
|
*/
|
|
|
|
|
2015-04-10 23:00:13 +02:00
|
|
|
#include <audio/drain/debug.h>
|
2015-01-25 22:10:49 +01:00
|
|
|
|
|
|
|
|
2015-04-10 23:00:13 +02:00
|
|
|
int32_t audio::drain::getLogId() {
|
|
|
|
static int32_t g_val = etk::log::registerInstance("audio-drain");
|
2015-01-25 22:10:49 +01:00
|
|
|
return g_val;
|
|
|
|
}
|