Skip to content
Snippets Groups Projects
  1. Jul 22, 2024
  2. Jan 30, 2024
  3. Jan 16, 2024
  4. Jan 11, 2024
  5. Dec 21, 2023
  6. Dec 20, 2023
    • Swapnil Kangralkar(Temp)'s avatar
      asoc: monaco: Update port config · 621825e6
      Swapnil Kangralkar(Temp) authored
      
      - SWR port 7 is used for AMIC Recording
        as well as VI Sense data which requires different
        SWR Port configuration.
      - As per current logic VI sense related port config
        is overwriting the AMIC related port config resulting in
        AMIC recording to break.
      - Add new port config struct for AMIC port config, and
        set this port mapping, if AMIC init is success.
      
      Change-Id: I7ea8fc07c472a8a30611eac00d553fb6d80aa59a
      Signed-off-by: default avatarSwapnil Kangralkar <quic_skangral@quicinc.com>
      621825e6
  7. Dec 07, 2023
  8. Nov 09, 2023
  9. Nov 02, 2023
  10. Oct 31, 2023
  11. Oct 27, 2023
  12. Oct 18, 2023
  13. Oct 17, 2023
  14. Oct 06, 2023
  15. Oct 05, 2023
    • Ashish Kumar's avatar
      build: Add support for Bazel to build modules · 68ce50c4
      Ashish Kumar authored
      
      Add support for modules to be built with Bazel for moanco.
      Create generic module registering system which allows for
      multiple targets
      Change-Id: Ib92e4e6b8eaf022d9ba4f66f149c14228238ae21
                 Ib18cd36734fc35326b8dc675f548d47d9a95cf1c
      
      Enable Bazel for building and pushing audio-kernel modules
      in out folder for monaco target under tag i:e
      TARGET_KERNEL_SUPPORTS_BAZEL.
      
      Change-Id: I451eca24a5c118ac0fa3e345834b819f48a02c26
      Signed-off-by: default avatarAshish Kumar <quic_ashik@quicinc.com>
      68ce50c4
    • Ashish Kumar's avatar
      asoc: codecs: Remove header file to resolve compilation. · 7c96c1dd
      Ashish Kumar authored
      
      Common header file is not able to include in bazel build compilation.
      Remove header file inclusion, since there is no dependency to enable
      compilation.
      
      Change-Id: Id0c3982df5059e02418bd10e5df0dcd3bb88771b
      Signed-off-by: default avatarAshish Kumar <quic_ashik@quicinc.com>
      7c96c1dd
    • Ashish Kumar's avatar
      asoc: codecs: besbev: Fix reading of OTP & temp sensor reg. · 92fb2350
      Ashish Kumar authored
      
      Reading of Over Temperature Registers (OTP_LOW_M, OTP_LOW_L,
      OTP_HIGH_M and OTP_HIGH_L) are invalid. Initialise OTP
      Registers with required change since device is not programmed.
      
      Reading of temperature sensor register are invalid, due to
      0 value of THERMAL_FORCE_TEMP bit (TAGC_CTL register) and
      no voltage voting to temp sensor.
      Fix is to enable THERMAL_FORCE_TEMP bit to 1 which forces
      the temperature value from force_temp_val. Enabling
      MBIAS_TSADC_EN votes for voltage for temp sensor.
      
      Change-Id: Ie1f801ef5db2b3b9a76a8dcc0b6d38a62b06e337
      Signed-off-by: default avatarAshish Kumar <quic_ashik@quicinc.com>
      (cherry picked from commit de95e5f4)
      92fb2350
    • Ashish Kumar's avatar
      asoc: Enable SWR port mapping for VI sense · 7b6bc337
      Ashish Kumar authored
      
      Add new table rx_frame_params_visense under
      swr port config to support VI data.
      Change register sequence for reg_init for VI sense
      same as A+S variant.
      Support parsing of visense-support dt entry by
      besbev node instead of machine driver node.
      Populate valid initial temp val if OTP registers
      read value is OTP invalid.
      
      Change-Id: I420ae668da68998170f7ebc23fbffe152d23bdde
      Signed-off-by: default avatarAshish Kumar <quic_ashik@quicinc.com>
      (cherry picked from commit 2cdcac2d)
      7b6bc337
  16. Sep 29, 2023
  17. Sep 14, 2023
  18. Sep 13, 2023
    • Prasad Kumpatla's avatar
      dsp: increase the spf close all command timeout · 47b95c70
      Prasad Kumpatla authored
      
      While graph_open is processing by the SPF, apps receives
      userspace(agm/pal) crash which will triggers spf_close_all
      cmd from msm common drivers and immediately calls
      msm_audio_ion_crash_handler() which will un-maps the memory. But
      here SPF is still in processing the graph_open, recieved spf_close_all
      cmd is queued in SPF. Due to un-mapping is done immediately in HLOS
      will resulting in SMMU fault.
      
      To avoid such scenarios, increased the spf_close_all cmd timeout,
      because the AGM timeout for the graph_open is 4sec, so increase the timeout
      for spf_close_all cmd response until graph open completes or timed out.
      
      Change-Id: I67430cad5a55bd250ea110587c0ead2d97115efc
      Signed-off-by: default avatarPrasad Kumpatla <quic_pkumpatl@quicinc.com>
      47b95c70
  19. Sep 12, 2023
  20. Sep 06, 2023
  21. Aug 18, 2023
  22. Aug 17, 2023
  23. Aug 16, 2023
  24. Aug 11, 2023
  25. Aug 07, 2023
  26. Aug 03, 2023
  27. Aug 02, 2023
    • Dhanalakshmi Siddani's avatar
      cc: Use devm_kfree api for memory free · 2a3e7757
      Dhanalakshmi Siddani authored
      Memory corruption is seen during free of priv handle.
      Priv handle is allocated with devm_kzalloc but kfree used during free
      resulting the issue.
      Use correct api to fix the issue.
      
      Change-Id: I313740299f9a98497ee57257d4cb8dab5554fd35
      2a3e7757
  28. Jul 21, 2023
  29. Jul 20, 2023
Loading