summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/audio-hal-sc7727.spec2
-rw-r--r--tizen-audio-routing.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/packaging/audio-hal-sc7727.spec b/packaging/audio-hal-sc7727.spec
index a575d74..7a84689 100644
--- a/packaging/audio-hal-sc7727.spec
+++ b/packaging/audio-hal-sc7727.spec
@@ -1,6 +1,6 @@
Name: audio-hal-sc7727
Summary: TIZEN Audio HAL for SC7727
-Version: 0.1.31
+Version: 0.1.32
Release: 0
Group: System/Libraries
License: Apache-2.0
diff --git a/tizen-audio-routing.c b/tizen-audio-routing.c
index a9e8e47..54ebdbf 100644
--- a/tizen-audio-routing.c
+++ b/tizen-audio-routing.c
@@ -375,6 +375,8 @@ audio_return_t _audio_routing_init(audio_hal_t *ah)
ah->device.active_out = 0x0;
ah->device.mode = VERB_NORMAL;
ah->device.is_radio_on = 0;
+ ah->device.init_call_devices = NULL;
+ ah->device.num_of_call_devices = 0;
if ((audio_ret = _ucm_init(ah)))
AUDIO_LOG_ERROR("failed to _ucm_init(), ret(0x%x)", audio_ret);