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:
@@ -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" />
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user