Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 02, 2024
  3. Dec 29, 2023
  4. Dec 28, 2023
  5. Dec 18, 2023
  6. Dec 14, 2023
  7. 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
  8. Dec 07, 2023
  9. Dec 06, 2023
  10. Dec 04, 2023
  11. Nov 30, 2023
  12. Nov 29, 2023
  13. Nov 27, 2023
  14. Nov 14, 2023
  15. Nov 10, 2023
  16. Nov 09, 2023
  17. Oct 25, 2023
  18. Oct 06, 2023
  19. Sep 29, 2023
  20. Sep 28, 2023
  21. Sep 25, 2023
  22. Sep 21, 2023
  23. Sep 19, 2023
    • Aishwarya Sharma's avatar
      audio-hal: modify out_set_mmap_volume sequence · 9486378b
      Aishwarya Sharma authored
      - For mmap-playback updating the out_set_mmap_volume sequence moving it
        before pcm_start to avoid the timing issue getting hit due to which abnormal
        sound is being heard initially during back to back iterations.
      
      Change-Id: I973259671388df3a367ff4c1663fe647fae261ce
      9486378b
  24. Sep 14, 2023
  25. Sep 04, 2023
    • Xiaowu Liu-GV's avatar
      audio-hal: select right input device while enable fluence · 7f754cae
      Xiaowu Liu-GV authored
      regular0 device(a source device, defined in pulseaudio
      conf file) using 2 channels, will not use right device
      while enabled fluence, because limited to 1 channels in
      function 'platform_get_input_snd_device' of platform.c
      
      Change-Id: I584ae06329b7881344620af2468f8b0004412dbd
      7f754cae
  26. Sep 03, 2023
  27. Aug 31, 2023
Loading