sound: Add sound pattern priority parsing 02/302902/3
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 14 Dec 2023 04:53:16 +0000 (13:53 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Mon, 18 Dec 2023 08:26:54 +0000 (17:26 +0900)
commit6501ebe05127dee709735c604db07c7e1e734cbc
treeed80c7232c0c895a340a2c30dbe7e7bb821ee8c5
parenta3528e1cfb24b2cfc49eec46a1063b41f4efb48b
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