summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-09-30Initialize audio_hal_t handle with 0 proerply.tizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_6.0_hotfix/20201103.114801submit/tizen_6.0_hotfix/20201102.192501submit/tizen_6.0/20201029.205101submit/tizen_5.5_wearable_hotfix/20201026.184301submit/tizen_5.5_mobile_hotfix/20201026.185101submit/tizen_5.5/20191031.000001submit/tizen/20191001.010719submit/tizen/20190930.071405accepted/tizen/unified/20191001.062610accepted/tizen/6.0/unified/hotfix/20201103.051406accepted/tizen/6.0/unified/20201030.123726accepted/tizen/5.5/unified/wearable/hotfix/20201027.122938accepted/tizen/5.5/unified/mobile/hotfix/20201027.081536accepted/tizen/5.5/unified/20191031.014313tizen_6.0_hotfixtizen_6.0tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedSeungbae Shin2-3/+3
fixes initial pulseaudio crash [Version] 0.1.11 [Issue Type] Crash Change-Id: I4cc90818733390394a24dc56f61c675e881770e2
2018-12-17Fix invalid format stringsubmit/tizen/20181217.051937accepted/tizen/unified/20181218.062929Seungbae Shin3-14/+17
[Version] 0.1.10 [Issue Type] Build Change-Id: Ic7781fc3f792aec4e6fbb4fe74ca11728c45010f
2018-09-06Fix for audio-hal testcasesubmit/tizen_5.0/20181101.000001submit/tizen/20180906.100329accepted/tizen/unified/20180906.144217accepted/tizen/5.0/unified/20181102.012622tizen_5.0accepted/tizen_5.0_unifiedSeungbae Shin11-12/+238
- Fix condition check macro to support multiple expression. - Init/Deinit mutex control properly. - Avoid error print out by accessing non-exist volume ini file - Add dummy message callback implements - Avoid returning error on unhandled route option [Version] 0.1.9 [Issue Type] Bug Change-Id: I2fe8944048a94d6355855cda48039a37c398dada
2018-07-20Card and device arguments are added to pcm open APIsubmit/tizen/20180724.034640accepted/tizen/unified/20180726.064854Jungsup Lee6-43/+73
[Version] 0.1.8 [Issue Type] API Change-Id: Ia1ba2a63b3aa3212e756debf548611046ebb9495 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2017-10-16Rectify arguments mismatchsubmit/tizen/20171016.110423accepted/tizen/unified/20171018.062247aravind.gara1-2/+2
Change-Id: Iff91baf40e6cf46ac41afd88596ca13fd02027f1 Signed-off-by: aravind.gara <aravind.gara@samsung.com> (cherry picked from commit 162000487c02d4aa7e98d45559771c5e11eea9ae)
2017-09-08Set BT SCO devices only after obtaining 'bt-sco-ready' from routing optionsubmit/tizen/20170913.051034accepted/tizen/unified/20170914.154134Sangchul Lee3-9/+69
In this target, there are several UCM BT SCO devices depending on its bandwidth and network bandwidth. To work well, BT bandwidth should be got right after BT SCO is ready. This patch makes it possible to set the BT SCO device properly by keeping the call sequences with 'bt-sco-ready' and 'bt-wideband' options. [Version] 0.1.7 [Profile] Wearable [Issue Type] Enhancement Change-Id: I079328c55e299acb7b9ea8b3dba0b42dfd95ca8b Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2017-08-28Do not check stream role in audio_update_route_option()Sangchul Lee2-11/+9
It is possible to be invoked this function with null of stream role(option->role). [Version] 0.1.6 [Profile] Wearable [Issue Type] Enhancement Change-Id: I55c03c8d60f3ddfb895de67dd39d23b9429d35b1 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2017-08-22revise installing a license fileYoungjae Shin1-3/+1
Change-Id: I3655d7459acef57a41792d464d819c2ef39b955d
2017-08-03Support call-voice with BT SCOsubmit/tizen_4.0/20170828.110001submit/tizen/20170807.083505accepted/tizen/unified/20170808.171205accepted/tizen/4.0/unified/20170828.224205Sangchul Lee3-17/+149
UCM BT-SCO devices are supported as below - "bt-8k-sco-nb-headset" - "bt-8k-sco-nb-mic" - "bt-8k-sco-wb-headset" - "bt-8k-sco-wb-mic" - "bt-16k-sco-nb-headset" - "bt-16k-sco-nb-mic" - "bt-16k-sco-wb-headset" - "bt-16k-sco-wb-mic" [Version] 0.1.5 [Profile] Wearable [Issue Type] New feature Change-Id: I231f57ce040bdb3042099096c8aa64a3836125e8 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2017-08-03Support voice-information with BT SCOSangchul Lee4-70/+64
Almost similar as voice-recognition case that of previous commit. - Open/close hw:0,2 for this case. - Refer to bt_wideband to set param of samplerate(narrowband:8k, wideband:16k). [Version] 0.1.4 [Profile] Wearable [Issue Type] New feature Change-Id: I708c5ae01008dea638b7513675a954a3cbceaab1 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2017-08-02Support voice-recognition with BT SCOSangchul Lee6-98/+230
Open/close hw:0,2 for this case. Refer to bt_wideband to set param of samplerate(narrowband:8k, wideband:16k). Remove unused codes. [Version] 0.1.3 [Profile] Wearable [Issue Type] New feature Change-Id: Id7bca9b4e1ed01e8cb529323b3a01c6a16879b59 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2017-06-28Initial bring-up of voice routingsubmit/tizen_4.0/20170811.094300submit/tizen/20170629.105304accepted/tizen/unified/20170703.064201accepted/tizen/4.0/unified/20170816.012336Seungbae Shin7-62/+453
open voice DAI with samplerate(48k)/channels(2) adjust capture/playback DAI open/close sequence open capture/playback DAI together before ucm set [Version] 0.1.2 [Profile] Wearable [Issue Type] Bring-up Change-Id: Ic32abecdf6088f67660403a9dfa84138ff90f975
2017-03-08Modify card name & ucm name for TW2tizen_4.0.m1_releasesubmit/tizen_unified/20170310.011401submit/tizen/20170309.062552accepted/tizen/wearable/20170309.072429accepted/tizen/unified/20170310.075642accepted/tizen/common/20170309.175516accepted/tizen_wearableaccepted/tizen_commonSeungbae Shin2-5/+5
[Version] 0.1.1 [Profile] Wearable [Issue Type] Bring-up Change-Id: I6e68670df8b67d86d507fae03dfb5b0138a84471
2017-03-08Initial import from audio-hal-wm1831Seungbae Shin19-0/+3849
Change-Id: Ie2e7b5367d2fa3df89ef355196d31da191e02f87
2017-03-06Initial empty repositoryHEADmasterTizen Infrastructure0-0/+0