sound-manager: add new sound filter API 00/87400/20
authorKimJeongYeon <jeongyeon.kim@samsung.com>
Wed, 7 Sep 2016 06:59:45 +0000 (15:59 +0900)
committerKimJeongYeon <jeongyeon.kim@samsung.com>
Thu, 30 Mar 2017 00:17:13 +0000 (09:17 +0900)
commitf3b3769d6f9ec586567a55f2bc2974d2f7c36282
treee49a99b9730b4b4ef5355d3a9d8a74da009956a1
parente2e9b75d1848b5019474adf2e973912fa8c11977
sound-manager: add new sound filter API

Internal filter APIs (for proposal)
 1) int sound_manager_set_filter(sound_stream_type_e stream_type, sound_filter_e filter)
 2) int sound_manager_unset_filter(sound_stream_type_e stream_type)
 3) int sound_manager_set_filter_preset(sound_stream_type_e stream_type, sound_filter_e filter, sound_filter_preset_e preset)

[Version] 0.3.108
[Profile] Common
[Issue Type] New Feature

Signed-off-by: KimJeongYeon <jeongyeon.kim@samsung.com>
Change-Id: If13b28072be5b4eedf0dbfc3da86f74eada96dd2
include/sound_manager_internal.h
include/sound_manager_internal_tv.h
packaging/capi-media-sound-manager.spec [changed mode: 0755->0644]
src/sound_manager_internal.c