Fix build warning 72/231972/2
authorJaechul Lee <jcsing.lee@samsung.com>
Mon, 27 Apr 2020 03:47:51 +0000 (12:47 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Mon, 4 May 2020 03:24:32 +0000 (12:24 +0900)
[Version] 13.0.4
[Issue Type] Bug

Change-Id: Ib64feeaf9debec9abec70a1358983d9d7946cf90
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
src/pulsecore/sound-file-stream.h

index de55c6d..3d1b986 100644 (file)
@@ -23,5 +23,9 @@
 #include <pulsecore/sink.h>
 
 int pa_play_file(pa_sink *sink, const char *fname, const pa_cvolume *volume);
+#ifdef __TIZEN__
+int pa_play_file_repeat(pa_sink *sink, const char *fname, const pa_cvolume *volume,
+        pa_proplist *p,  uint32_t repeat, uint32_t *stream_idx);
+#endif
 
 #endif