e95d28a6e7
In SDM845, the q6voice kernel driver connects modem and audio backends. Callaudiod seems to switch to correct audio device and prepares it, however, the audio device get's closed since no one from the userspace is actively listening to it. This cuts the audio in call. As a workaround, I have added to script to disable the suspend-on-idle pulseaudio module during calls, so the audio devices don't close automatically.
5 lines
156 B
Bash
5 lines
156 B
Bash
#!/bin/sh
|
|
rc-update add tqftpserv boot
|
|
rc-update add pd-mapper boot
|
|
rc-update add q6voiced default
|
|
rc-update add call_audio_idle_suspend_workaround default
|