mbox series

[0/3] ALSA: pcm: More mmap coverages

Message ID 20210809071829.22238-1-tiwai@suse.de
Headers show
Series ALSA: pcm: More mmap coverages | expand

Message

Takashi Iwai Aug. 9, 2021, 7:18 a.m. UTC
Hi,

the recent regression fix enlightened the potentially missing pieces
in a couple of drivers for mmap on non-x86 architectures.  This patch
series tries to cover those.


Takashi

===

Takashi Iwai (3):
  ALSA: pcm: Check mmap capability of runtime dma buffer at first
  ALSA: pci: rme: Set up buffer type properly
  ALSA: pci: cs46xx: Fix set up buffer type properly

 sound/core/pcm_native.c       |  9 +++++++--
 sound/pci/cs46xx/cs46xx_lib.c | 30 ++++++++----------------------
 sound/pci/rme9652/hdsp.c      |  6 ++----
 sound/pci/rme9652/rme9652.c   |  6 ++----
 4 files changed, 19 insertions(+), 32 deletions(-)