keysound: support keysound priority 98/301598/10 accepted/tizen_unified accepted/tizen_unified_riscv tizen accepted/tizen/unified/20231219.160338 accepted/tizen/unified/riscv/20231226.210948
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 20 Nov 2023 10:10:01 +0000 (19:10 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 18 Dec 2023 08:27:44 +0000 (17:27 +0900)
commit795c8e93aaa5218df5c46ac14f788e88fdd5a12f
treeb926290487de25ba9251100ce9fc1e8e8c151b7a
parent4f5c0721cc88d7bec7876f67e3f122e96d60433f
keysound: support keysound priority

- The new higher(or the same) priority plays after
  stopping the previous lower(or the same) priority playbacks.
- If the new playback is lower priority, then will be no operation.
- The priority with -1 will be mixed always with others,
  no matter what other playback's priority is.

[Version] 0.14.0
[Issue Type] Feature

Change-Id: I3752c80049b64c1218a1f5128a9df3fe27545d05
include/mm_sound_private.h
mm_sound_keysound.c
packaging/libmm-sound.spec
testsuite/mm_sound_testsuite_simple.c