summaryrefslogtreecommitdiff
path: root/tizen-audio-pcm.c
AgeCommit message (Collapse)AuthorFilesLines
2022-06-24Change get_params prototypetizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen/20220628.002620submit/tizen/20220627.084702submit/tizen/20220627.045454submit/tizen/20220627.045137accepted/tizen/unified/20220628.133549accepted/tizen/8.0/unified/20231005.092534accepted/tizen/7.0/unified/hotfix/20221116.104516accepted/tizen/7.0/unified/20221110.061019tizen_8.0tizen_7.0_hotfixtizen_7.0tizenaccepted/tizen_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedJaechul Lee1-1/+1
prototype was changed for get_param to use single pointer [Version] 0.1.43 [Issue Type] Update Change-Id: I263e1cb7a8a6431c6fbfc2941da0425a4810e245 Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
2021-02-05typdef postfix is changed to {enum}_e and {struct}_sJaechul Lee1-6/+6
enum and structure are changed for better readability. In case of enum, {enum}_t is changed to {enum}_'e', and {struct}_t is changed to {struct}_'s' [Version] 0.1.37 [Issue Type] Readability enhance Change-Id: Icdf038f51a65387f1f11ef75f506b6b6d6ee9236 Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
2021-02-02Use hal interfacesubmit/tizen/20210204.010649submit/tizen/20210203.005915accepted/tizen/unified/20210204.134618Jaechul Lee1-24/+24
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>
2018-12-17Fix invalid format stringsubmit/tizen/20181217.051937accepted/tizen/unified/20181218.062934Seungbae Shin1-1/+1
[Version] 0.1.28 [Issue Type] Build Change-Id: I08f58b4a889a0c2d8ce01c7e21ae51cc352d92a4
2018-07-20Card and device arguments are added to pcm open APIsubmit/tizen/20180724.034640accepted/tizen/unified/20180726.064845Jungsup Lee1-4/+5
[Version] 0.1.24 [Issue Type] API Change-Id: Ia1ba2a63b3aa3212e756debf548611046ebb9495 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2016-06-08Add support for radiosubmit/tizen/20160608.063231accepted/tizen/mobile/20160608.084539Sangchul Lee1-0/+1
[Version] 0.1.11 [Profile] Mobile [Issue Type] Feature Enhancement Change-Id: I1ac916a95a2b3dceeb4243a4b6f41e6d0feccc41 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2016-05-27Restructure filessubmit/tizen/20160530.013417accepted/tizen/mobile/20160602.022129Sangchul Lee1-0/+207
- 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>