summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2012-12-27 10:50:29 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2012-12-27 10:50:29 +0800
commitda3db95be6fc7cf832fc4daa896bfc07d6804866 (patch)
treec5a70d9cdcfe14d2e207883e49f81cf64ec1eff8
parentb3d655b2b7752d0dbf747556712b1f80511c94af (diff)
start() was missed in zte audio device
-rw-r--r--src/device_zte.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device_zte.cpp b/src/device_zte.cpp
index d42808f..85aa46b 100644
--- a/src/device_zte.cpp
+++ b/src/device_zte.cpp
@@ -41,6 +41,7 @@ namespace audiere {
{
m_initial_ts = GetNow();
m_total = 0;
+ start();
}