Skip to content
Snippets Groups Projects
  1. Sep 06, 2024
  2. Sep 05, 2024
  3. Sep 03, 2024
  4. Jul 30, 2024
  5. Jul 23, 2024
  6. Jul 21, 2024
  7. Jul 19, 2024
  8. Jul 18, 2024
  9. Jul 16, 2024
  10. 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
  11. 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
  12. Jul 03, 2024
  13. 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
  14. Jun 28, 2024
  15. Jun 25, 2024
  16. 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
  17. Jun 17, 2024
  18. Jun 13, 2024
  19. Jun 07, 2024
  20. 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
  21. Jun 03, 2024
  22. May 30, 2024
  23. May 28, 2024
  24. May 23, 2024
  25. May 15, 2024
  26. 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
  27. May 06, 2024
  28. May 03, 2024
  29. May 01, 2024
Loading