1. 28 1月, 2022 1 次提交
  2. 26 1月, 2022 4 次提交
  3. 25 1月, 2022 3 次提交
  4. 22 1月, 2022 1 次提交
  5. 20 1月, 2022 2 次提交
  6. 12 1月, 2022 1 次提交
  7. 11 1月, 2022 1 次提交
  8. 10 1月, 2022 1 次提交
    • R
      ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytes · e958b588
      Robert Hancock 提交于
      This patch is based on one in the Xilinx kernel tree, "ASoc: xlnx: Make
      buffer bytes multiple of period bytes" by Devarsh Thakkar. The same
      issue exists in the mainline version of the driver. The original
      patch description is as follows:
      
      "The Xilinx Audio Formatter IP has a constraint on period
      bytes to be multiple of 64. This leads to driver changing
      the period size to suitable frames such that period bytes
      are multiple of 64.
      
      Now since period bytes and period size are updated but not
      the buffer bytes, this may make the buffer bytes unaligned
      and not multiple of period bytes.
      
      When this happens we hear popping noise as while DMA is being
      done the buffer bytes are not enough to complete DMA access
      for last period of frame within the application buffer boundary.
      
      To avoid this, align buffer bytes too as multiple of 64, and
      set another constraint to always enforce number of periods as
      integer. Now since, there is already a rule in alsa core
      to enforce Buffer size = Number of Periods * Period Size
      this automatically aligns buffer bytes as multiple of period
      bytes."
      
      Fixes: 6f6c3c36 ("ASoC: xlnx: add pcm formatter platform driver")
      Cc: Devarsh Thakkar <devarsh.thakkar@xilinx.com>
      Signed-off-by: NRobert Hancock <robert.hancock@calian.com>
      Link: https://lore.kernel.org/r/20220107214711.1100162-2-robert.hancock@calian.comSigned-off-by: NMark Brown <broonie@kernel.org>
      e958b588
  9. 08 1月, 2022 2 次提交
  10. 07 1月, 2022 3 次提交
  11. 06 1月, 2022 12 次提交
  12. 05 1月, 2022 8 次提交
  13. 04 1月, 2022 1 次提交