Skip to content
Snippets Groups Projects
  1. Jun 14, 2023
  2. Jun 09, 2023
  3. Jun 07, 2023
  4. Jun 04, 2023
  5. Jun 03, 2023
  6. Jun 02, 2023
  7. May 30, 2023
  8. May 26, 2023
  9. May 09, 2023
  10. Apr 26, 2023
  11. Apr 25, 2023
  12. Apr 23, 2023
    • Jing Wang's avatar
      hal: Audio elite make card_state path compatible for 5.4/5.15 · b536c2f6
      Jing Wang authored
      * Kernel 5.4 card_state will be located at /proc/asound/card%d/state
        The state is OFFLINE/ONLINE
      * Kernel 5.15 card_state will be located at /sys/kernel/snd_card/card_state
        The state is 0/1
      * Select different path and read the state based on kernel version
      
      Change-Id: Idfed6f2097e32ccbd571bf6e04419a64dfa024ad
      b536c2f6
  13. Apr 15, 2023
    • sasevs's avatar
      config: msmnile_au: Correct VA audiopolicy config path · 302a6ee8
      sasevs authored
       Correct the path for audio_policy_configuration.xml for
       value added build.
       TARGET_USES_AOSP_FOR_AUDIO flag is used to decide which
       xml to be copied for pure and value added builds.
      
      Change-Id: I04445a47340b42b8e693bbeecb66995d4322aabe
      302a6ee8
  14. Apr 14, 2023
  15. Apr 12, 2023
  16. Apr 10, 2023
    • Manish Chaturvedi's avatar
      hal: fix sound leak when receiving voip call · 0a8305f3
      Manish Chaturvedi authored
      when watching live streaming in fore ground,receive a voip call
      and observe a sound leak.
      corection is done for assigning the speaker after muting the stream to the
      structure. This help in getting the time for exiting output channel for stream.
      
      Change-Id: I9c03372a37207ebc5e11323ee08ee2618b83a417
      0a8305f3
  17. Apr 07, 2023
  18. Apr 06, 2023
  19. Apr 04, 2023
  20. Mar 17, 2023
  21. Mar 08, 2023
  22. Mar 06, 2023
  23. Feb 24, 2023
  24. Feb 23, 2023
  25. Feb 20, 2023
  26. Feb 16, 2023
  27. Feb 14, 2023
  28. Feb 13, 2023
    • Vaibhav Raut's avatar
      HAL: Restrict calls to ADM for low-latency and ultra low-latency usecase · 5f3bf223
      Vaibhav Raut authored
      Stream must be registered for AUDIO_OUTPUT_FLAG_FAST and AUDIO_INPUT_FLAG_FAST.
      The others are not intended to take this path. If all streams are registered,
      they wait for focus which leads to underruns.
      Added extra condition for ultra low latency usecase (AUDIO_OUTPUT_FLAG_RAW and
      AUDIO_INPUT_FLAG_RAW) to avoid delay.
      
      Change-Id: Ib8886d83e33aa0e8aa7bae1bec6472b4381557bf
      5f3bf223
Loading