Skip to content
Snippets Groups Projects
Unverified Commit d4f12f99 authored by Joshua Blanchard's avatar Joshua Blanchard
Browse files

beckham: Add aov_ec_mixer_paths for MotSpeakerHelper

* Based on observing these in logs...
  - E audio_route: Failed to open /vendor/etc/aov_ec_mixer_paths.xml:
      No such file or directory
  - I MotSpeakerHelper: AOV_EC mixer_path xml not found

Change-Id: Iba85d6b192ab408345785b28bbcd434ec72cae1c
parent 6f09938e
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="ISO-8859-1"?>
<mixer>
<!-- These are the initial mixer settings -->
<!-- AOV default EC REF settings -->
<ctl name="ISRC2INT3 Input 1" value="None" />
<ctl name="ISRC1DEC4 Input 1" value="None" />
<ctl name="DSP2 Aux 6" value="None" />
<!-- AOV default EC REF settings end -->
<path name="aov-ec-ref-spkr">
<ctl name="ISRC2INT3 Input 1" value="SLIMRX1" />
<ctl name="ISRC1DEC4 Input 1" value="ISRC2INT3" />
<ctl name="DSP2 Aux 6" value="ISRC1DEC4" />
</path>
</mixer>
......@@ -35,6 +35,7 @@ PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
PREBUILT_AUDIOHAL := true
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/aov_ec_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/aov_ec_mixer_paths.xml \
$(LOCAL_PATH)/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
$(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment