From 513f9e2d31a13ca76b9670f527b4a33c88e591cb Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Thu, 17 Aug 2023 14:55:16 +0900 Subject: sound: Fix multi-theme start index with 0 In the previous multi-theme support implementation, default index was different according to multi-theme or single theme. However default sound theme index should start with 0 to maintain consistency. User should use index "1~N", and that index will be converted to 0~N-1 in intenral implementation. Start index will be 0 in terms of implementation. Change-Id: I8549d2039c399e875ace7c06303bb4d1fd10febb Signed-off-by: Yunhee Seo --- include/feedback-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/feedback-internal.h b/include/feedback-internal.h index 559196e..c7b03da 100755 --- a/include/feedback-internal.h +++ b/include/feedback-internal.h @@ -192,6 +192,8 @@ int feedback_get_theme_index_internal(feedback_type_e feedback_type, unsigned in /** * @brief Sets the current index of theme. * @details This function sets the index of theme. + * The range of theme index will be 1~N according to conf file. + * Please put the accurate index_of_theme value. * @since_tizen 8.0 * @param[in] type The feedback type * @param[in] index_of_theme The index of theme will be selected -- cgit v1.2.3