Skip to content
Snippets Groups Projects
  1. Jun 02, 2023
  2. May 30, 2023
  3. May 26, 2023
  4. May 09, 2023
  5. Apr 26, 2023
  6. Apr 25, 2023
  7. 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
  8. 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
  9. Apr 14, 2023
  10. Apr 12, 2023
  11. 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
  12. Apr 07, 2023
  13. Apr 06, 2023
  14. Apr 04, 2023
  15. Mar 17, 2023
  16. Mar 08, 2023
  17. Mar 06, 2023
  18. Feb 24, 2023
  19. Feb 23, 2023
  20. Feb 20, 2023
  21. Feb 16, 2023
  22. Feb 14, 2023
  23. 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
  24. Feb 10, 2023
    • sasevs's avatar
      hal : enable tinyalsa from vendor path · 8f050102
      sasevs authored
       This change enables tinyalsa from vendor path,
       instead of the AOSP path.
       This is required to support value added features.
      
      Change-Id: Id1e969d9d8f4070167e5eebbc4651b8ec51a3d42
      8f050102
  25. Feb 09, 2023
  26. Feb 07, 2023
Loading