Commit graph

8 commits

Author SHA1 Message Date
dianlujitao
fa6a145a1b
sdm660-common: Enable AOSP bluetooth audio HAL v2
Change-Id: I4d12752ae5fb2829d6612647c8740c84967f5434
2019-12-02 17:22:26 +01:00
LuK1337
63e7fd292b
sdm660-common: audio: Add "Built-In (Back) Mic" to "primary input" sink
* That way video recording apps will choose
  16-bit PCM by default instead of 24-bit
  one which happens to have quite low volume
  on this device.

Change-Id: I2130c6a759afcd50a985b2f034b5c0b5374287af
2019-12-01 10:10:48 +01:00
Max Weffers
4d7fa3c93a
sdm660: audio: configs: Remove voip_tx profile to policy conf
The voip_tx causes broken microphone in calls via Telegramm, Fb messenger and Whats app

This reverts commit ffbcf557f2.
2019-10-18 17:19:55 +02:00
Sujin Panicker
ffbcf557f2
sdm660: audio: configs: Add voip_tx profile to policy conf
Skype+camcorder concurrency usecase makes Skype
to mute since both uses same record_24 profle, due to
which second audio record request de-prioritizes first
setting isTopOrLatestActive(=true)
Add voip_tx profile making skype to use fasttrack rather
than using record_24 profile
Change-Id: I4a6cee00787f8f587b088d4586e8d13d824144c3
2019-10-04 18:53:17 +02:00
Max Weffers
6beb9b7619
sdm660-common: audio: move audio policy configuration to common 2019-10-04 18:53:17 +02:00
pythonlimited
9842c4542d
sdm660-common: audio: move specific audio files to device 2019-08-14 10:04:14 +02:00
Samyak Jain
3f98673607 wayne-common: Support 2 instances of "primary input"
No Audio heard in FM Speaker when FM record and FM speaker are on simultaneously

With default values for maxActiveCount and maxOpenCount,
FM app is unable to record and play FM audio on speaker simultaneously
since it uses application loop back(AudioRecord->AudioTrack)
to route FM audio to non-default devices(Speaker)

Add attributes maxActiveCount="2" and maxOpenCount="2" to mixPort "primary input"

CRs-fixed: 2249758
Change-Id: I82a1cb0d5596486d531d5324b91f932f52b07f9e
2019-07-01 16:42:18 +02:00
Isaac Chen
71ad0c9e53 wayne: Initial bringup
Change-Id: I211da5781d8c7a16199fd8a18e1b00cfc9e01944
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
2018-07-13 00:01:25 +00:00