1. 19 Nov, 2020 11 commits
  2. 18 Nov, 2020 21 commits
  3. 17 Nov, 2020 5 commits
  4. 16 Nov, 2020 3 commits
    • Mark Brown's avatar
      Merge series "ASoC: Intel: catpt: Offload fixes and code optimization" from... · 4fb87241
      Mark Brown authored
      Merge series "ASoC: Intel: catpt: Offload fixes and code optimization" from Cezary Rojewski <cezary.rojewski@intel.com>:
      
      First two of the series address bugs connected mainly to offload streams:
      - scenarios with very low buffer sizes: RESET_STREAM IPC timeouts
      - fix lp clock selection when switching between PAUSE <-> RESUME states:
        glitches on first offload when no additional stream is opened
        simultaneously
      
      Follow ups are: code reduction and optimization oriented patches.
      This has been foretold in:
      
      [PATCH v10 00/14] ASoC: Intel: Catpt - Lynx and Wildcat point
      https://www.spinics.net/lists/alsa-devel/msg116440.html
        Note: LPT power up/down sequences might get aligned with WPT once
        enough testing is done as capabilities are shared for both DSPs.
      
      First, optimize applying of user settings - prevent redundand calls from
      happening - and then as mentioned above, streamline power on/off sequence
      for LPT and WPT.
      
      Cezary Rojewski (5):
        ASoC: Intel: catpt: Skip position update for unprepared streams
        ASoC: Intel: catpt: Correct clock selection for dai trigger
        ASoC: Intel: catpt: Optimize applying user settings
        ASoC: Intel: catpt: Streamline power routines across LPT and WPT
        ASoC: Intel: catpt: Cleanup after power routines streamlining
      
       sound/soc/intel/catpt/core.h   |  10 ++-
       sound/soc/intel/catpt/device.c |  18 +++---
       sound/soc/intel/catpt/dsp.c    |  56 ++--------------
       sound/soc/intel/catpt/pcm.c    | 113 ++++++++++++++++-----------------
       4 files changed, 74 insertions(+), 123 deletions(-)
      
      --
      2.17.1
      
      base-commit: 3650b228
      4fb87241
    • Mark Brown's avatar
      Merge series "ASoC: pcm512x: Patch series to set fmt from `set_fmt()`" from... · 47f667af
      Mark Brown authored
      Merge series "ASoC: pcm512x: Patch series to set fmt from `set_fmt()`" from Kirill Marinushkin <kmarinushkin@birdec.com>:
      
      Set format from `set_fmt()` func instead of `hw_params()`, plus supportive
      commits
      
      Kirill Marinushkin (4):
        ASoC: pcm512x: Fix not setting word length if DAIFMT_CBS_CFS
        ASoC: pcm512x: Rearrange operations in `hw_params()`
        ASoC: pcm512x: Move format check into `set_fmt()`
        ASoC: pcm512x: Add support for more data formats
      
       sound/soc/codecs/pcm512x.c | 134 ++++++++++++++++++++++++++++-----------------
       1 file changed, 84 insertions(+), 50 deletions(-)
      
      --
      2.13.6
      47f667af
    • V Sujith Kumar Reddy's avatar
      ASoC: qcom: sc7180: Register shutdown handler for lpass platform · 60a97386
      V Sujith Kumar Reddy authored
      Register shutdown handler to stop sc7180 lpass platform driver
      and to disable audio clocks.
      Signed-off-by: default avatarV Sujith Kumar Reddy <vsujithk@codeaurora.org>
      Signed-off-by: default avatarSrinivasa Rao Mandadapu <srivasam@codeaurora.org>
      Link: https://lore.kernel.org/r/1605292702-25046-1-git-send-email-srivasam@codeaurora.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      60a97386