rhode: Disable fluence in calls

To match stock. The single mic input device that is used for calls when
fluence is disabled has got a higher volume. Changing the ACDB ID of
SND_DEVICE_OUT_VOICE_SPEAKER is needed, otherwise it is impossible to
adjust the speaker's volume on speakerphone.

Change-Id: I7494fdd4fbe439a30f5b7a3bb02d43716e248762
This commit is contained in:
Tommaso Fonda
2023-10-01 08:52:45 +02:00
parent da114a389b
commit 260b8a6440
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
<device name="SND_DEVICE_OUT_SPEAKER_PROTECTED" acdb_id="14" />
<device name="SND_DEVICE_OUT_SPEAKER_REVERSE" acdb_id="14" />
<device name="SND_DEVICE_OUT_SPEAKER_SAFE" acdb_id="14" />
<device name="SND_DEVICE_OUT_VOICE_SPEAKER" acdb_id="202" />
<device name="SND_DEVICE_OUT_VOICE_SPEAKER_PROTECTED" acdb_id="15" />
<device name="SND_DEVICE_OUT_SPEAKER_AND_HDMI" acdb_id="18" />
<device name="SND_DEVICE_OUT_VOICE_LINE" acdb_id="78" />

View File

@@ -1,6 +1,6 @@
# Audio
persist.vendor.audio.dualmic.config=endfire
persist.vendor.audio.fluence.voicecall=true
persist.vendor.audio.fluence.voicecall=false
persist.vendor.audio.fluence.voicecomm=true
persist.vendor.audio.voicecall.speaker.stereo=false
ro.audio.monitorRotation=true