Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d53dd1bd authored by Sujin Panicker's avatar Sujin Panicker Committed by Gerrit - the friendly Code Review server
Browse files

audio: 8916 & 8974 platform convergence

Platform convergence specific to msm8937,
and msm8953

Change-Id: Iad9e3b53b7b2f78d3bf8b0ff9d937f3d053b8f62
(cherry picked from commit e6e19e6e26562f14fb97fb0b8ddc05483ad59b21)
parent 0dd5924d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -294,3 +294,14 @@ PRODUCT_PACKAGES += \
    android.hardware.audio@4.0-impl \
    android.hardware.audio.effect@4.0 \
    android.hardware.audio.effect@4.0-impl

# enable audio hidl hal 5.0 for sdk rev 29 and above
ifeq ($(shell expr $(PLATFORM_SDK_VERSION) \>= 29), 1)
PRODUCT_PACKAGES += \
            android.hardware.audio@5.0 \
            android.hardware.audio.common@5.0 \
            android.hardware.audio.common@5.0-util \
            android.hardware.audio@5.0-impl \
            android.hardware.audio.effect@5.0 \
            android.hardware.audio.effect@5.0-impl
endif
+1 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Copyright (c) 2015 - 2016, 2018, The Linux Foundation. All rights reserved.         -->
<!-- Copyright (c) 2015 - 2016, 2018, 2020 The Linux Foundation. All rights reserved.         -->
<!--                                                                        -->
<!-- Redistribution and use in source and binary forms, with or without     -->
<!-- modification, are permitted provided that the following conditions are -->
@@ -61,8 +61,6 @@
        <usecase name="USECASE_AUDIO_PLAYBACK_SILENCE" type="out" id="14"/>
    </pcm_ids>
    <config_params>
        <param key="spkr_1_tz_name" value="wsatz.11"/>
        <param key="spkr_2_tz_name" value="wsatz.12"/>
        <param key="native_audio_mode" value="src"/>
        <param key="input_mic_max_count" value="6"/>
        <param key="ffv_split_ec_ref_data" value="false"/>
Loading