Skip to content
Snippets Groups Projects
  1. Jul 18, 2024
  2. Jul 16, 2024
  3. 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
  4. Jul 03, 2024
  5. 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
  6. Jun 28, 2024
  7. Jun 25, 2024
  8. 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
  9. Jun 17, 2024
  10. Jun 13, 2024
  11. Jun 07, 2024
  12. 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
  13. Jun 03, 2024
  14. May 30, 2024
  15. May 28, 2024
  16. May 23, 2024
  17. May 15, 2024
  18. 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
  19. May 06, 2024
  20. May 03, 2024
  21. May 01, 2024
  22. Apr 29, 2024
  23. Apr 10, 2024
  24. 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
  25. Mar 19, 2024
  26. Mar 15, 2024
  27. Mar 05, 2024
  28. Feb 28, 2024
  29. Feb 22, 2024
  30. Feb 01, 2024
  31. Jan 30, 2024
  32. Jan 29, 2024
  33. Jan 24, 2024
  34. Jan 23, 2024
  35. Jan 19, 2024
    • Xiaowu Liu-GV's avatar
      hal: fix libadm.so right path in LE platform · c43e36fc
      Xiaowu Liu-GV authored
      /usr/lib64 not exists in LE, ADM_LIBRARY_PATH
      change to /usr/lib.
      
      if libadm.so unavailable, caused below chains:
      1. struct stream_in::real_time will be false
      2. will not attach flag PCM_MMAP while pcm_open
      
      if we now use ULL_NOIRQ(FE: MultiMedia8) device to
      open capture, mmap func will not called, and
      pcm_prepare failed.
      
      Change-Id: I02baa9df0491a508163dd70ba34ed9634ea0ed93
      c43e36fc
Loading