Skip to content
Snippets Groups Projects
  1. Feb 07, 2025
    • Wei Wang's avatar
      Probe PowerHAL HIDL first · 0cc4c5da
      Wei Wang authored
      Right now AIDL doesn't provide an API for vendor code to query if the
      AIDL HAL declared. This will lead to 1) long blocking call for device
      doesn't have the AIDL HAL and also 2) potential problem if the service
      starts late after 5s timeout.
      
      This is a workaround for addressing 1) on devices having HIDL, but still
      affects device that doesn't have HIDL service.
      
      Bug: 149797408
      Test: build
      Change-Id: I60aada1ab1a044db965987bca5f6eee5b6262b20
      0cc4c5da
    • Wei Wang's avatar
      Support Power HAL AIDL service · 37beb794
      Wei Wang authored
      Bug: 148798433
      Test: Build
      Change-Id: Ie14d90bf17faad68beb16a9916e2fab9627b1eb4
      37beb794
  2. Jan 21, 2025
    • pjgowtham's avatar
      hal: Add LVACFS microphone feature · aba07dc5
      pjgowtham authored
      This feature is used by newer oplus devices and nothing
      devices and is necessary for the microphone output to not be
      awfully low in all situations except calls.
      
      To enable this feature, include the below parameter to
      audio_platform_info.xml that is parsed.
      
      <param key="record_use_ap_lvacfs" value="enable"/>
      
      Change-Id: I3ae4e8b3a99765fcb052a07d1dd3082b035d62ad
      aba07dc5
    • pjgowtham's avatar
      hal: Add LVIMFS microphone feature · 4688dc4b
      pjgowtham authored
      This feature is only used by slightly older oplus devices
      and is necessary for the microphone output to not be
      awfully low in all situations except calls.
      
      To enable this feature, include the below parameter to
      audio_platform_info.xml that is parsed.
      
      <param key="record_use_ap_lvimfs" value="enable"/>
      
      Change-Id: Ic7fa2eee591aaa9d03decb7481415ec16bc8a6ae
      4688dc4b
  3. Jan 04, 2025
  4. Nov 03, 2024
    • Michael Bestas's avatar
      Merge tag 'LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0' into... · b8006e81
      Michael Bestas authored
      Merge tag 'LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0' into staging/lineage-21.0_merge-LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0
      
      "LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0"
      
      * tag 'LA.UM.9.14.r1-25000.02-LAHAINA.QSSI14.0':
        config: yupikidp / yupikidprb3: add input_snd_device_mic_mapping for DMIC_NN & DMIC_NN_VC
        audio-hal: Check validity of audio device
        audio-hal: Check validity of 'usecase'
        hal: changes for AEC and other CTS verifier tests on automotive
        audio-hal: Dont compile BATTERY LISTENER for Auto Target
        audio-hal: avoid FM uescase muting, upon muting MIC.
        configs : rb3gen2: update instance_id for FNN to 0x0
        audio-hal: set usecase low-latency for usage voicecomm
        power_policy: Lock stream list fix race condition
        audio-extn: add back target out header path
        hal: avoid stop_output_stream() in out_stop()
        HAL: Fix the issue related to hfp mic mute.
        hal: Fix kW issues
        audio-hal: BLE Audio device configuration
        hal: Call acdb_init_v2 during sound card state change
        audio-hal: correct TARGET_BOARD_PLATFORM usage
        Revert "audio-hal: Disabling non automotive flags and features for makena"
        audio-hal: enable makefile violation fix only for auto
        audio-hal: Fix audio makefile violations
        audio-extn: use LOCAL_HEADER_LIBRARIES to access headers
      
       Conflicts:
      	Android.mk
      	configs/msm8937/msm8937.mk
      	hal/audio_extn/Android.mk
      	hal/audio_hw.h
      
      Change-Id: Ia75fe84e12aba27a37a49af8b1470ac13ee7fc1d
      2 tags
      b8006e81
    • Michael Bestas's avatar
      Revert "audio: Drop LOCAL_COPY_HEADERS usage" · c1dc6860
      Michael Bestas authored
      This reverts commit c00673cd.
      
      Reason for revert: Replaced by upstream commit.
      
      Change-Id: I05459b5817fb013309c56917e8263af528e2ba3b
      c1dc6860
  5. Sep 26, 2024
  6. Sep 18, 2024
  7. Sep 06, 2024
  8. Sep 05, 2024
  9. Sep 03, 2024
  10. Aug 31, 2024
    • Michael Bestas's avatar
      Merge tag 'LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0' into... · f2547dbf
      Michael Bestas authored
      Merge tag 'LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0' into staging/lineage-21.0_merge-LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0
      
      "LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0"
      
      # By Kumar Anurag Singh (1) and others
      # Via Gerrit - the friendly Code Review server (3) and others
      * tag 'LA.UM.9.14.r1-24900-LAHAINA.QSSI14.0':
        configs: Use PLATFORM_VERSION flag for V upgrade changes
        audio-hal: Disabling non automotive flags and features for makena
        audio-hal: fix for audio mute post S2D
        configs : rb3gen2: added support for HDMI backend interface
        hal: rb3gen2: Enable lt9611(O2) to use QUAT I2S
      
       Conflicts:
      	Android.mk
      
      Change-Id: I25081ded04cdf892be119e98c965c8b8b525ff33
      f2547dbf
  11. Aug 30, 2024
  12. Jul 30, 2024
  13. Jul 23, 2024
  14. Jul 21, 2024
  15. Jul 19, 2024
  16. Jul 18, 2024
  17. Jul 16, 2024
  18. Jul 11, 2024
    • Shalini Manjunatha's avatar
      audio-extn: add back target out header path · 182d4006
      Shalini Manjunatha authored
      As part of make file violations we created header library
      for added header path, but on some SI's we do not have
      corresponding project of header library which gets shipped
      in all builds, hence adding it back the header path only.
      
      Change-Id: I7a858288ce8a266acd3ee510aafdf7f68eb37925
      182d4006
  19. Jul 05, 2024
    • Snigdha Upadhyay's avatar
      hal: avoid stop_output_stream() in out_stop() · 07366021
      Snigdha Upadhyay authored
      - For mmap usecase, call stop_output_stream() in out_standby()
        instead of out_stop() and modify out_start() accordingly
        to handle different scenarios.
      - This is required to avoid closing snd device in out_stop() and
        instead close it during standby.
      - Fix KW issue. Unlock locks in route_output_stream
        while returing.
      
      Change-Id: I3c2d396590d458e566a676c69698763608a00d6f
      07366021
    • Joel Dey's avatar
      HAL: Fix the issue related to hfp mic mute. · d376ccd8
      Joel Dey authored
      
      Fix the issue for hfp mic mute. This will mute the mic when mic
      is disabled before hfp start.
      Fix misra issue
      
      Change-Id: Ie73f17587115e1ce0190f525eba9c7b9416ed9ef
      Signed-off-by: default avatarJoel Dey <quic_jdey@quicinc.com>
      (cherry picked from commit b2b458fb188796a74c9862526c1a9fe90e289ba1)
      d376ccd8
  20. Jul 03, 2024
  21. Jul 02, 2024
    • Linux Build Service Account's avatar
      Merge 054813a1 on remote branch · e6bb74fd
      Linux Build Service Account authored
      Change-Id: I858e58ebf9f57bd26d1d7235038a24a0eb43b585
      e6bb74fd
    • spanicke's avatar
      hal: Fix kW issues · 5dc50bc1
      spanicke authored
      There is a possibility of accessing element
      2 of array 'ext_disp' as the array itself
      is initialized with size 2.
      Fix this by ensuring 'controller' variable
      is within the range.
      
      Change-Id: I6e7e10066a156e03e57fd01085c6a4e6c57dc784
      5dc50bc1
  22. Jun 28, 2024
Loading