summaryrefslogtreecommitdiff
path: root/tizen-audio.h
AgeCommit message (Collapse)AuthorFilesLines
2021-02-18Add missing implementationssubmit/tizen/20210219.045921submit/tizen/20210218.045157accepted/tizen/unified/20210219.095218Seungbae Shin1-0/+15
[Version] 0.1.39 [Issue Type] Update Change-Id: I90fcebd6b14029d57cf147f59cfaa5ecfb5be9bb
2021-02-02Use hal interfacesubmit/tizen/20210204.010649submit/tizen/20210203.005915accepted/tizen/unified/20210204.134618Jaechul Lee1-146/+38
hal interfaces were added. Besides, structure and enum names were changed for better readability. In case of enum, audio_return_t is changed to audio_return_'e', and device_info_t is changed to device_info_'s'. [Version] 0.1.35 [Issue Type] None Change-Id: Idae678cf0a04838f3f150d74417b13d05ce77af0 Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
2019-04-18Add new API - audio_set_volume_ratiosubmit/tizen/20190509.053035submit/tizen/20190508.112932submit/tizen/20190508.075135submit/tizen/20190508.004119submit/tizen/20190507.083430accepted/tizen/unified/20190508.234129Sangchul Lee1-0/+1
This new API is to set the individual volume ratio of each stream. The parameters of this API consist of stream role, direction, index and its ratio. Because the stream role can differ among the streams which have same volume type, this new API could be used where the H/W volume has to be set for a specific stream role with distinguishing it from others. [Version] 0.1.29 [Issue Type] New API Change-Id: Id2d35aaef4a6db489e8fb27cb6c4affe10b81dd4 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2018-07-20Card and device arguments are added to pcm open APIsubmit/tizen/20180724.034640accepted/tizen/unified/20180726.064845Jungsup Lee1-3/+5
[Version] 0.1.24 [Issue Type] API Change-Id: Ia1ba2a63b3aa3212e756debf548611046ebb9495 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2016-06-24Add doxygen descriptionsubmit/tizen/20160630.084032accepted/tizen/mobile/20160701.033432Sangchul Lee1-5/+393
[Version] 0.1.15 [Profile] Mobile [Issue Type] Description Change-Id: I6711ed30f3f8c9837aaf76edb113f066f90df06a Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2016-06-24Remove a deprecated API: audio_get_buffer_attr()Sangchul Lee1-4/+0
It is moved to module-tizenaudio-policy of pulseaudio. [Version] 0.1.14 [Profile] Mobile [Issue Type] Remove API Change-Id: Ib57427322f4981f42069c403bd40247a394b860b Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2016-05-27Restructure filessubmit/tizen/20160530.013417accepted/tizen/mobile/20160602.022129Sangchul Lee1-4/+2
- add tizen-audio-impl.h and tizen-audio-impl-xxx.c for implemetation layer that could be code variation as per HW - rename files - remove unused functions - rename functions according to rules("__" prefix for static functions) [Version] 0.1.10 [Profile] Mobile [Issue Type] Refactoring Change-Id: Ib222389161b53efc58832384b1a86542f1de42df Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2016-04-26Revise APIssubmit/tizen/20160426.082834accepted/tizen/mobile/20160426.103628Sangchul Lee1-8/+12
rename audio_do_route() to audio_update_route() rename audio_update_stream_connection_info() to audio_notify_stream_connection_changed() rename audio_set_message_cb() to audio_add_message_cb() add audio_remove_message_cb() [Version] 0.1.9 [Profile] Mobile [Issue Type] Revise API Change-Id: I611032a2b45f1254664161997bdca63b568ddd19
2016-01-08Modification for routing path properly(voice call support)submit/tizen_common/20160218.142243submit/tizen/20160111.115046submit/tizen/20160111.114534accepted/tizen/wearable/20160111.230440accepted/tizen/wearable/20160111.230402accepted/tizen/tv/20160111.230435accepted/tizen/tv/20160111.230345accepted/tizen/mobile/20160111.230423accepted/tizen/mobile/20160111.230310accepted/tizen_wearableaccepted/tizen_tvSangchul Lee1-1/+12
Change verb name. Remove unused verb and modifiers. Add tizen-audio-modem.c for IPC with modem. Add audio_set_message_cb() API for message forwading to pulseaudio. Support for voice call. [Version] 0.1.3 [Profile] Mobile [Issue Type] Feature Enhancement and Bug Fix Change-Id: I33bb31bbece9d26a781b342038b45db3cf846585 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2015-11-24Revise codes - add null checking codes, change variable names, remove unused ↵submit/tizen/20151130.232059accepted/tizen/wearable/20151201.031605accepted/tizen/tv/20151201.031537accepted/tizen/mobile/20151201.031508Sangchul Lee1-158/+46
codes, remove build warnings [Version] 0.1.1 [Profile] Mobile [Issue Type] Code enhancement Change-Id: I265d6a59267febb2c338a186ffbd4dee2747edc9 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2015-11-23Initialization audio HAL for SC7727 (target:TM1)Sangchul Lee1-0/+236
Codes are based on audio-hal-wm5110(0.2.12) :76790ab397edc43e9529550dfee2879a1e5ff5a3 [Version] 0.1.0 [Profile] Mobile [Issue Type] Initialization Change-Id: I35cd6c2132dd839d1973721a279834daf4bd352c Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>