1. 09 Sep, 2022 3 commits
  2. 08 Sep, 2022 6 commits
  3. 07 Sep, 2022 11 commits
  4. 05 Sep, 2022 13 commits
  5. 02 Sep, 2022 1 commit
  6. 01 Sep, 2022 4 commits
  7. 31 Aug, 2022 2 commits
    • Mark Brown's avatar
      ASoC: codecs: minor cppcheck cleanups · 447d63a2
      Mark Brown authored
      Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      Small number of cleanups that were either missed in previous versions
      or detected by new cppcheck version.
      447d63a2
    • Mark Brown's avatar
      ASoC: SOF: compress: Add support for timestamp on capture · ce963f84
      Mark Brown authored
      Merge series from Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>:
      
      The purpose of this patch series is to add support for
      timestamping on capture direction using the compress
      API.
      
      This is simply done by splitting sof_compr_copy into 2
      functions: sof_compr_copy_playback and sof_compr_copy_capture.
      Each of these functions handles one of the possible directions:
      capture or playback and is called in sof_compr_copy based on
      the stream's direction.
      
      The only difference between sof_compr_copy_playback and
      sof_compr_copy_capture is the fact that on playback case
      we need to copy data from user space and on capture we
      need to copy data to user space.
      ce963f84