mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 03:40:35 +00:00
Fix in-call audio issue
Update instance name of QcRilAudio HAL. Mutliple (one per SIM) instances of QcRilAudio HAL is required. Change-Id: Ied34684509f1db37727880116bab785fddaaded3
This commit is contained in:
committed by
Thierry Strudel
parent
2d76a6ac61
commit
4e79aefebc
10
manifest.xml
10
manifest.xml
@@ -288,4 +288,14 @@
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.qcril.am</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>1.0</version>
|
||||
<interface>
|
||||
<name>IQcRilAudio</name>
|
||||
<instance>slot1</instance>
|
||||
<instance>slot2</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user