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

Commit 50a58aae authored by Artem Borisov's avatar Artem Borisov
Browse files

Merge tag 'LA.UM.7.6.r1-03100-89xx.0' of...

Merge tag 'LA.UM.7.6.r1-03100-89xx.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio into HEAD

"LA.UM.7.6.r1-03100-89xx.0"

Change-Id: I58750971204820f3771f4b1b1680702135145fec
parents f5368232 dc5ed7f8
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -94,4 +94,20 @@ inputs {
    bit_width 16
    app_type 69943
  }
  record_fluence1 {
    flags AUDIO_INPUT_FLAG_NONE
    profile record_fluence
    formats AUDIO_FORMAT_PCM_16_BIT
    sampling_rates 16000|48000
    bit_width 16
    app_type 69943
  }
  record_fluence2 {
    flags AUDIO_INPUT_FLAG_COMPRESS
    profile record_fluence
    formats AUDIO_FORMAT_PCM_16_BIT
    sampling_rates 16000|48000
    bit_width 16
    app_type 69943
  }
}
+372 −1

File changed.

Preview size limit exceeded, changes collapsed.

+371 −0

File changed.

Preview size limit exceeded, changes collapsed.

+19 −2
Original line number Diff line number Diff line
@@ -44,6 +44,8 @@ BOARD_SUPPORTS_QAHW := true
BOARD_SUPPORTS_QSTHW_API := true
AUDIO_FEATURE_DISABLED_SOUND_TRIGGER_LEGACY_HAL := true
AUDIO_FEATURE_ENABLED_COMPRESS_INPUT := true
AUDIO_FEATURE_ENABLED_CUSTOMSTEREO := true
COMPILE_HAL_TEST_APPS_IN_VENDOR_IMAGE := true

##AUDIO_FEATURE_FLAGS

@@ -107,7 +109,16 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.vendor.audio.sdk.fluencetype=none\
persist.vendor.audio.fluence.voicecall=true\
persist.vendor.audio.fluence.voicerec=false\
persist.vendor.audio.fluence.speaker=true
persist.vendor.audio.fluence.speaker=true\
persist.vendor.audio.fluence.audiorec=false

#enable generic handset mic
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.apptype.multirec.enabled=false

#enable multi record
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.record.multiple.enabled=true

#disable tunnel encoding
PRODUCT_PROPERTY_OVERRIDES += \
@@ -158,4 +169,10 @@ PRODUCT_PACKAGES += \
    android.hardware.audio@2.0-service \
    android.hardware.audio@2.0-impl \
    android.hardware.audio.effect@2.0-impl \
    android.hardware.soundtrigger@2.0-impl
    android.hardware.soundtrigger@2.1-impl \
    android.hardware.audio@4.0 \
    android.hardware.audio.common@4.0 \
    android.hardware.audio.common@4.0-util \
    android.hardware.audio@4.0-impl \
    android.hardware.audio.effect@4.0 \
    android.hardware.audio.effect@4.0-impl
+234 −23

File changed.

Preview size limit exceeded, changes collapsed.

Loading