1. 08 Dec, 2021 7 commits
  2. 06 Dec, 2021 17 commits
  3. 02 Dec, 2021 3 commits
  4. 01 Dec, 2021 3 commits
  5. 30 Nov, 2021 9 commits
  6. 29 Nov, 2021 1 commit
    • Mark Brown's avatar
      ASoC: soc-pcm: tidyup soc_pcm_pointer()'s delay update method · 7be10cef
      Mark Brown authored
      Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
      
      	Current soc_pcm_pointer() is checking runtime->delay,
      	but it might be updated silently by component's .point callback.
      	It is strange and difficult to find/know the issue.  This patch
      	adds .delay callback for component, and solve the issue.
      7be10cef