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:
e8cb7b5
)
Change sound stream api
21/106221/1
accepted/tizen/3.0/common/20161223.110533
accepted/tizen/3.0/ivi/20161223.081227
accepted/tizen/3.0/mobile/20161223.081145
accepted/tizen/3.0/tv/20161223.081201
accepted/tizen/3.0/wearable/20161223.081212
submit/tizen_3.0/20161222.080309
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 05:01:05 +0000
(14:01 +0900)
Change-Id: I4433c7bc97408cf76fc60ad21ac8aaa2fa1abb58
server/ttsd_player.c
patch
|
blob
|
history
diff --git
a/server/ttsd_player.c
b/server/ttsd_player.c
index 11b51589119f3d3f8e1c206d39167c5c213f0273..06c2ca5740335f579578813011e129aedee3ba88 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");
}