1. 12 Sep, 2024 1 commit
  2. 11 Sep, 2024 3 commits
  3. 10 Sep, 2024 4 commits
  4. 09 Sep, 2024 1 commit
    • Takashi Iwai's avatar
      ALSA: hda: Use non-SG allocation for the communication buffers · 28fbfaf6
      Takashi Iwai authored
      The azx_bus->dma_type is referred only for allocating the
      communication buffers like CORB/RIRB, and the allocation size is
      small.  Hence it doesn't have to be S/G buffer allocation, which is an
      obvious overkill.  Use the standard SNDRV_DMA_TYPE_DEV_WC instead.
      
      This was changed to SNDRV_DMA_TYPE_DEV_WC_SG in the commit
      37137ec2 ("ALSA: hda: Once again fix regression of page
      allocations with IOMMU") as a workaround for IOMMU-backed
      allocations.  But this is no longer needed since the allocation with
      SNDRV_DMA_TYPE_DEV_WC itself was fixed in the commit 9c273013
      ("ALSA: memalloc: Use DMA API for x86 WC page allocations, too").
      
      So this patch reverts the previous workaround in this piece of code.
      
      Link: https://patch.msgid.link/20240909134744.25426-1-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      28fbfaf6
  5. 08 Sep, 2024 1 commit
  6. 07 Sep, 2024 2 commits
  7. 06 Sep, 2024 14 commits
  8. 05 Sep, 2024 1 commit
  9. 04 Sep, 2024 2 commits
  10. 03 Sep, 2024 4 commits
  11. 02 Sep, 2024 4 commits
  12. 01 Sep, 2024 1 commit
  13. 31 Aug, 2024 1 commit
  14. 30 Aug, 2024 1 commit