Skip to content
Snippets Groups Projects
  1. May 06, 2024
    • Shalini Manjunatha's avatar
      audio-hal: fix for audio mute post S2D · 5ec38f2f
      Shalini Manjunatha authored
      Due to synchronization issue between CPMS event reaching
      audio call back function and ADSP state change at hiber script,
      randomly audio gets muted post S2D when mercury codec is not
      reset post S2D due to ADSP still not up on Talos.
      
      We added change to avoid mercury codec configuration in both
      suspend and restore path during S2D untill ADSP is up.
      
      Change-Id: I0f36f1ed96f5fb4a6a29a83f43b4b1cd5180a93f
      5ec38f2f
  2. May 01, 2024
  3. Apr 29, 2024
  4. Apr 10, 2024
  5. 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
  6. Mar 05, 2024
  7. Feb 28, 2024
  8. Feb 22, 2024
  9. Feb 01, 2024
  10. Jan 30, 2024
  11. Jan 29, 2024
  12. Jan 24, 2024
  13. Jan 23, 2024
  14. 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
  15. Jan 16, 2024
  16. Jan 12, 2024
  17. Jan 03, 2024
  18. Jan 02, 2024
  19. Dec 29, 2023
  20. Dec 28, 2023
  21. Dec 21, 2023
  22. Dec 18, 2023
  23. Dec 14, 2023
  24. Dec 11, 2023
    • Vaibhav Raut's avatar
      HAL: Fix for crash due to structure mismatch during st deinit · bc0b88e2
      Vaibhav Raut authored
      The current implementation of the clear_devices function involves
      the audio_device_info structure. However, when a listnode is added
      to st_ses_list, the structure sound_trigger_info is used. This leads
      to a structural mismatch when clear_devices is called during sound
      trigger deinit with st_ses_list. A new function is introduced to
      handle the mismatch of structures.
      
      Change-Id: Ida5d5ab2b4a80da5a637a9301465ec3efc16d6ae
      bc0b88e2
  25. Dec 07, 2023
  26. Dec 06, 2023
  27. Dec 05, 2023
    • Sidha Kothari's avatar
      hal: disable unused feature to reduce memory footprint · 6fe11548
      Sidha Kothari authored
          - Disable feature flags which are not needed to reduce memory
            footprint.
          - Release any unused memory once use case is over.
      
      Change-Id: I7854b8f00748f204f38b08b9dfa3c00b2bbe0c2b
      (cherry picked from commit a65e5b966816fa7168105e4d4e7ec1de83240ec9)
      6fe11548
  28. Dec 04, 2023
  29. Nov 30, 2023
  30. Nov 29, 2023
  31. Nov 27, 2023
  32. Nov 14, 2023
Loading