Skip to content

Draft: q6voiced: open mic stream when call is established

Joel Selvaraj requested to merge joelselvaraj/q6voiced:open_mic into master

Workaround needed for Poco F1 (SDM845) for mic to work in call. I tried to use tinyalsa to open mic, but it simply didn't work (no error) for some reason. Using alsa library API, mic opens properly though. So, in APKBUILD, we need to -lasound to gcc build command if this gets accepted.

I am not sure if this MR is reasonable or not. Also, I am bit worried that this change could affect old MSM8916 devices which already have mic working without this change. So, someone needs to confirm it.

Maybe we can make this change SoC specific or device specific workaround? Ideally the issue needs to fixed upstream. But until I figure out where the issue is, I think we can have this workaround?

Edited by Joel Selvaraj

Merge request reports