aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* veux: audio_policy_configuration: Remove quad micChenyang Zhong2023-01-051-7/+0
| | | | Change-Id: Ia29ac831f57bc958b78163090c12e340f3b3b658
* veux: audio: correct routing order for voip outputJasmine Cha2023-01-051-5/+5
| | | | | | | | | | | | Routing primary output before voip_rx output will cause unexpected RX/TX path suddenly and unmuted voice stream during when system plays touch sound and switches path between handset and handsfree. Bug: 154290829 Test: manual test in VoIP Signed-off-by: Jasmine Cha <chajasmine@google.com> Change-Id: Ia60802ec887f0dfeaa0f93d151ba2f2c50e0d41d
* veux: audio: Disable ULL modeLuK13372023-01-051-17/+12
| | | | | | | | | | | | - Ultra low latency playback is currently broken. Crackling audio can be well noticed while playing WhatsApp audio messages or even during some games. - This patch routes all audio that normally used audio-ull-playback paths to low-latency-playback paths instead, thus meaning we're switching from ULL to LL mode. Change-Id: I8adf8a67a6151843cff5860f430d87727ad8f4c2
* veux: audio: Nuke haptics output from audio policyAdithya R2023-01-051-9/+5
| | | | | | - doesnt work and kills alarm audio when vibration is enabled Change-Id: If8b4de516f60b0a4187b976c8d86b93e58119455
* veux: Merge common tree to veuxkleidione Freitas2022-11-091-0/+384
- Ref: https://github.com/xiaomi-sm6375-devs/android_device_xiaomi_sm6375-common Signed-off-by: kleidione <kleidione@gmail.com>