Skip to content

Commit

Permalink
bsp_diff cleanup to mixin
Browse files Browse the repository at this point in the history
Tests done:
1. Media playback and capture
2. Video playback
3. HFP call

Tracked-On: OAM-125159
Signed-off-by: Haochuan Z Chen <[email protected]>
  • Loading branch information
haochuan1982 authored and sysopenci committed Oct 11, 2024
1 parent a9e2e46 commit b0d8f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<inputDevices>
<inputDevice address="bus_1000_input_zone_0"/>
<inputDevice address="Built-In Mic"/>
<inputDevice address="Built-In Back Mic"/>
</inputDevices>
</zone>
</zones>
Expand Down
2 changes: 1 addition & 1 deletion groups/multi-passenger/true/product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_policy_configuration_mixports.xml:vendor/etc/audio_policy_configuration_mixports.xml \
$(LOCAL_PATH)/audio/audio_policy_configuration_routes.xml:vendor/etc/audio_policy_configuration_routes.xml \
$(LOCAL_PATH)/audio/audio_hal_configuration.xml:vendor/etc/audio_hal_configuration.xml \
$(LOCAL_PATH)/audio/audio_hal_configuration_intel_poc.xml:vendor/etc/audio_hal_configuration_intel_poc.xml
$(LOCAL_PATH)/audio/audio_hal_configuration_intel_poc.xml:vendor/etc/audio_hal_configuration_intel_poc.xml
endif

PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit b0d8f69

Please sign in to comment.