sound: Add sound pattern priority parsing 68/303268/1
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 14 Dec 2023 04:53:16 +0000 (13:53 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 22 Dec 2023 07:17:00 +0000 (16:17 +0900)
commit711a20e9cb8c678b48a3129ce8a3589c714baa49
tree7dfa0de4c11f4cc8185f8524d5f5ed32295d8ef9
parent9249ee1e3c605df7fd2c6f903278980006ad535b
sound: Add sound pattern priority parsing

To support sound pattern play with priority, this patch is added.
[SoundPatternPriority] section is supported.
It is almost similar to the usage of [Sound] section.

[SoundPatternPriority] format
FEEDBACK_PATTERN_XXX=priority value(integer 0-N)

The detailed description is added to common/data/sound.conf file.

Change-Id: I526c0054ff9fd05100aa4585ae8c3dad59335fb6
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
common/data/sound-theme1.conf
common/data/sound.conf
src/sound-parser.c
src/sound-parser.h
src/sound-theme-manager.c
src/sound-theme-manager.h
src/sound.c