Skip to content
Snippets Groups Projects
  1. Jul 23, 2024
  2. Jul 19, 2024
  3. Jul 18, 2024
  4. Jul 16, 2024
  5. 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
  6. 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
  7. Jul 03, 2024
  8. Jul 02, 2024
    • 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
  9. Jun 28, 2024
  10. Jun 25, 2024
  11. Jun 19, 2024
    • spanicke's avatar
      hal: Call acdb_init_v2 during sound card state change · 04185b83
      spanicke authored
      As part of platform_acdb_init, is_instance_id_supported
      is not initialized which causes crash in acdb loader proxy.
      
      Change is to call acdb_init_v2 instead of platform_acdb_init
      during sound card state change if acdb is not already
      initialized for auto as it calls acdb-loader-proxy directly
      instead of calling acdb-loader which ideally initializes
      is_instance_id_supported.
      
      Change-Id: I4ad27dfb6fe5253ba89e02a2fb608767055399de
      04185b83
  12. Jun 17, 2024
  13. Jun 13, 2024
  14. Jun 07, 2024
  15. Jun 04, 2024
    • Shalini Manjunatha's avatar
      audio-hal: enable makefile violation fix only for auto · b30bd114
      Shalini Manjunatha authored
      Adding auto check for make file violations fix where we
      removed usage of local_copy_headers instead use LOCAL_HEADER_LIBRARIES.
      But this caused build failure for non-auto SI's where corresponding
      header library repo is different.
      
      Change-Id: I0d70373c509f3cea8fe3819a65b3e08610462744
      b30bd114
  16. Jun 03, 2024
  17. May 30, 2024
  18. May 28, 2024
  19. May 23, 2024
  20. May 15, 2024
  21. May 07, 2024
    • Shalini Manjunatha's avatar
      audio-hal: Fix audio makefile violations · 6049667d
      Shalini Manjunatha authored
      makefile violations fixed as reported by scanner tool to remove
      local_copy_headers which is deprecated,Instead use
      LOCAL_EXPORT_C_INCLUDE_DIRS.These allow access to the
      headers automatically if linked to the associated code. Also replaced
      TARGET_PRODUCT with TARGET_BOARD_PLATFORM as per scanner tool
      suggestion.
      
      Change-Id: I2a42adcaa5e643f2e04c138651bb43525964fd8c
      6049667d
  22. May 06, 2024
  23. May 03, 2024
  24. May 01, 2024
  25. Apr 29, 2024
  26. Apr 10, 2024
  27. Apr 01, 2024
    • Kumar Anurag Singh's avatar
      hal: kona: Fix playback for 32bit float file. · d192fab5
      Kumar Anurag Singh authored
      32-bit float audio file was unable to get played as float to fixed conversion
      was not happening. Add support so that conversion from float to fix happens.
      
      Additionally the hdmi caps are now read as "adev_set_parameters" api is called with
      respective controller/stream values.
      
      Change-Id: I45174a45c68453edb1ffea05395fad06ebd8320a
      (cherry picked from commit e2195922d4da8c88ea3aee323a28e5c7f23aac4a)
      d192fab5
  28. Mar 19, 2024
  29. Mar 15, 2024
  30. Mar 05, 2024
  31. Feb 28, 2024
  32. Feb 22, 2024
  33. Feb 01, 2024
Loading