summaryrefslogtreecommitdiff
path: root/sound/core/seq
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-08-08 10:01:16 +0300
committerTakashi Iwai <tiwai@suse.de>2021-08-09 08:52:31 +0300
commitdc0dc8a73e8e4dc33fba93dfe23356cc5a500c57 (patch)
tree4c0c7a98a67476e0f81dcee18a0bbf5c146a5177 /sound/core/seq
parent739d0959fbed23838a96c48fbce01dd2f6fb2c5f (diff)
downloadlinux-dc0dc8a73e8e4dc33fba93dfe23356cc5a500c57.tar.xz
ALSA: pcm: Fix mmap breakage without explicit buffer setup
The recent fix c4824ae7db41 ("ALSA: pcm: Fix mmap capability check") restricts the mmap capability only to the drivers that properly set up the buffers, but it caused a regression for a few drivers that manage the buffer on its own way. For those with UNKNOWN buffer type (i.e. the uninitialized / unused substream->dma_buffer), just assume that the driver handles the mmap properly and blindly trust the hardware info bit. Fixes: c4824ae7db41 ("ALSA: pcm: Fix mmap capability check") Reported-and-tested-by: Jeff Woods <jwoods@fnordco.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/s5him0gpghv.wl-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/seq')
0 files changed, 0 insertions, 0 deletions