Skip to content
  1. Mar 02, 2023
  2. Aug 23, 2022
    • Subhadra Jagadeesan's avatar
      configs: qssi: Remove AAudio MMAP properties · d565fe07
      Subhadra Jagadeesan authored
      Remove AAudio MMAP/NOIRQ properties from qssi product
      config as these are vendor specific properties already defined in
      target specific audio config files.
      Enabing here makes it a default product property where
      AAudio MMAP/NOIRQ data path is not supported for certain QSSI targets
      across AOSP upgrades.
      
      Change-Id: I35dd160c5c9657d8e7c5bb3b8417afd3fb9a75a3
      d565fe07
    • Chirayu Desai's avatar
      Add .gitupstream file · 268915b0
      Chirayu Desai authored
      Change-Id: I73c3ce823f4979b46ef145f52d3e49e5f78acdc4
      268915b0
  3. May 28, 2021
  4. May 26, 2021
  5. May 21, 2021
    • Ajender Reddy's avatar
      configs: qssi: replace PRODUCT_PROPERTY_OVERRIDES · d8c0497e
      Ajender Reddy authored
      replace PRODUCT_PROPERTY_OVERRIDES with
      PRODUCT_PRODUCT_PROPERTIES. system side
      PRODUCT_PROPERTY_OVERRIDES variable is not
      effecting the properties into the build.prop file.
      
      Also, remove all vendor properties from here.
      
      Change-Id: Ib6744c19e76c58ca4a74a1240bfcf0e60b4c58e4
      d8c0497e
  6. May 20, 2021
  7. May 06, 2021
    • Ajender Reddy's avatar
      configs: qssi: add audio system product mk file · 954d80ca
      Ajender Reddy authored
      as part of audio self-containment, created a
      audio_system_product.mk file where audio related 
      product system defs can be configured in this file.
      
      the softlink for this will be created in
      vendor/qcom/defs/product-defs/system/ .
      
      Change-Id: Ief3a0a4544511ed3106c333fe4cdb7eb105a0138
      954d80ca
  8. Oct 16, 2020
  9. Oct 09, 2020
  10. Sep 03, 2020
    • Quinn Male's avatar
      policy_hal: Prevent Sound Trigger capture on USB headset · 153d450a
      Quinn Male authored
      Sound Trigger detection is not supported on USB headset, so
      the capture streams should not start on USB headset. This
      change prevents USB headset device selection for Sound
      Trigger capture streams.
      
      Change-Id: I238ab26a7a9d206d6b2f8e92b35be74b051b31ed
      153d450a
  11. Aug 05, 2020
    • Kunlei Zhang's avatar
      policy_hal: avoid VOIP_RX flag is removed for voip call · 4a832da3
      Kunlei Zhang authored
      When offload output starts with FLAG_DIRECT, then setup a
      voip call, VOIP_RX flag will be overwritten to FLAG_NONE.
      This causes voip usecase isn't set for voip call.
      
      Fix by adding VOIP_RX flag check to avoid settting 
      FLAG_NONE for voip call.
      
      Change-Id: Iee89d53d7529e6235b31903376b30e3a23657e3f
      4a832da3
  12. Jul 04, 2020
  13. Jul 02, 2020
  14. Jul 01, 2020
  15. Jun 25, 2020
  16. Jun 20, 2020
  17. Jun 12, 2020
    • Mingshu Pang's avatar
      policy_hal: update custom policy for SCO volume against AOSP · 393ae3a6
      Mingshu Pang authored
      Update custom policy for SCO volume against below AOSP update.
      
      audiopolicy: keep BT SCO vol at 0 dB on VoIP
      
      The BT SCO volume of VoIP is set as the value computed with the volume
      index, while that of voice call keeps constant (0 dB). It causes the
      output sound of VoIP being multiplied by a gain computed with the
      volume index, then the sound hears different if the volume index has
      been changed before. Therefore, the volume of VoIP on BT SCO should keep
      at 0 dB as well.
      
      Bug:78206701
      commit: da7581eca3523a21142a3d259531c938f8dc717c
      Change-Id: I888b2f7c0869902dd5e0adf77f711e7b9fd7e108
      
      CRs-Fixed: 2703382
      Change-Id: Ie4f8bd1ac5defdadf7501ba84026daa46cda842f
      393ae3a6
  18. Jun 11, 2020
  19. Jun 02, 2020
    • Dhananjay Kumar's avatar
      policy_hal: Fix incorrect output selection for uplink voice usecase · 1b8c434d
      Dhananjay Kumar authored
      Restructure Voip flag override logic to avoid doing any override when
      device used is AUDIO_DEVICE_OUT_TELEPHONY_TX.
      Overriding flag for this device leads to incorrect output selection
      for uplink voice usecase resulting in muted uplink data.
      
      Change-Id: I361a321633b7d53fd1ee8334c723471e374530fd
      1b8c434d
  20. May 21, 2020
  21. May 16, 2020
  22. May 13, 2020
  23. May 12, 2020
  24. May 07, 2020
  25. Apr 13, 2020
    • Kunlei Zhang's avatar
      policy: fix voice volume is mismatch after headset remove · c8798808
      Kunlei Zhang authored
      During voice call, when headset remove, new device of primary
      output is first set to handset, and voice volume is also
      calculated in handset. Later other outputs loop to select new
      device and caculate volume in new device. Due to inactive output
      selectes AUDIO_DEVICE_NONE, it uses previous device and set wrong
      voice volume.
      
      Fix it by add check to avoid applying volume for inactive output.
      
      Change-Id: Icc0dd9e1f00cafd6548d20c678c882e770effc0d
      c8798808
  26. Apr 07, 2020
    • Jaideep Sharma's avatar
      policy: add dumpsys. · 379e5e62
      Jaideep Sharma authored
      - add dumpsys support.
      - usage dumpsys media.audio_policy
      
      Change-Id: Ic3a80d0d06278f83fd30b103b69bec9f13f5bba9
      379e5e62
  27. Mar 27, 2020
    • Kunlei Zhang's avatar
      policy: fix voice volume is set wrong after device switch · 1ceb1957
      Kunlei Zhang authored
      During voice call, when device switch from speaker to headset,
      first new device of primary output is set to headset, voice
      volume is calculated in headset, and then it is applied for
      voice call correctly. Later, other outputs loop to select new
      device and caculate volume in new device. Due to inactive output
      selectes AUIOD_DEVICE_NONE, it causes wrong voice volume is
      calculated to set.
      
      Fix it by add check to avoid applying volume for inactive output.
      
      Change-Id: I092d870fe5e32c324c953e595cfbc5fce5696321
      1ceb1957
  28. Mar 19, 2020
  29. Mar 17, 2020
  30. Mar 12, 2020
  31. Mar 05, 2020
  32. Mar 02, 2020
  33. Feb 17, 2020
  34. Feb 14, 2020
  35. Feb 04, 2020
  36. Jan 24, 2020
  37. Jan 22, 2020
Loading