]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: fix the fast_ops pcm argument for fast_ops
authorJaroslav Kysela <perex@perex.cz>
Mon, 14 Nov 2022 13:34:46 +0000 (14:34 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 14 Nov 2022 13:39:26 +0000 (14:39 +0100)
commit425e4d1fbea4965ea0fb7529b1ee6cbb47eb7227
tree5a9f819a92bb8dd974f51b890fa8ffedb7424428
parent78b20e3caa7bba930095e05f3f8cbe665204fcfd
pcm: fix the fast_ops pcm argument for fast_ops

The fast_ops callback invocation must always pass the fast_op_arg
as the pcm argument. Plugins expect that.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/pcm/pcm.c
src/pcm/pcm_direct.c
src/pcm/pcm_hw.c
src/pcm/pcm_multi.c