projects
/
platform
/
core
/
uifw
/
tts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fef5c6
)
Change sound stream api
78/106278/1
accepted/tizen/common/20161222.131400
accepted/tizen/ivi/20161223.095846
accepted/tizen/mobile/20161223.095753
accepted/tizen/tv/20161223.095804
accepted/tizen/wearable/20161223.095829
submit/tizen/20161222.083727
author
Kwangyoun Kim
<ky85.kim@samsung.com>
Wed, 21 Dec 2016 05:01:05 +0000
(14:01 +0900)
committer
Kwangyoun Kim
<ky85.kim@samsung.com>
Wed, 21 Dec 2016 07:59:45 +0000
(23:59 -0800)
Change-Id: I4433c7bc97408cf76fc60ad21ac8aaa2fa1abb58
(cherry picked from commit
4456f58dbc1fbd6765e6f7b296f5eb0b817245fc
)
server/ttsd_player.c
patch
|
blob
|
history
diff --git
a/server/ttsd_player.c
b/server/ttsd_player.c
index
11b5158
..
06c2ca5
100644
(file)
--- a/
server/ttsd_player.c
+++ b/
server/ttsd_player.c
@@
-204,7
+204,7
@@
static void __set_policy_for_playing(int volume)
SLOG(LOG_WARN, tts_tag(), "[Player WARNING] Fail to acquire focus");
}
}
- ret = audio_out_set_stream_info(g_audio_h, g_stream_info_h);
+ ret = audio_out_set_s
ound_s
tream_info(g_audio_h, g_stream_info_h);
if (AUDIO_IO_ERROR_NONE != ret) {
SLOG(LOG_WARN, tts_tag(), "[Player WARNING] Fail to set stream info");
}