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

Unverified Commit 2226fb94 authored by Rashed Abdel-Tawab's avatar Rashed Abdel-Tawab
Browse files

Merge tag 'LA.UM.7.4.r1-04100-8x98.0' of...

Merge tag 'LA.UM.7.4.r1-04100-8x98.0' of https://source.codeaurora.org/quic/la/platform/hardware/qcom/audio into lineage-16.0-caf-8998

"LA.UM.7.4.r1-04100-8x98.0"

Change-Id: Idfbd40c7a65bf756c947eb0234a82bea2ce92314
parents 921d3e24 ae8c42d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
ifeq ($(call my-dir),$(call project-path-for,qcom-audio))

ifneq ($(filter mpq8092 msm8960 msm8226 msm8x26 msm8610 msm8974 msm8x74 apq8084 msm8916 msm8994 msm8992 msm8909 msm8996 msm8952 msm8937 thorium msm8953 msmgold msm8998 sdm660 sdm845 sdm710 apq8098_latv qcs605 msmnile $(MSMSTEPPE),$(TARGET_BOARD_PLATFORM)),)
ifneq ($(filter mpq8092 msm8960 msm8226 msm8x26 msm8610 msm8974 msm8x74 apq8084 msm8916 msm8994 msm8992 msm8909 msm8996 msm8952 msm8937 thorium msm8953 msmgold msm8998 sdm660 sdm845 sdm710 apq8098_latv qcs605 msmnile $(MSMSTEPPE) $(TRINKET),$(TARGET_BOARD_PLATFORM)),)

MY_LOCAL_PATH := $(call my-dir)

+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
  }
}
Loading