]> git.alsa-project.org Git - alsa-plugins.git/commit
jack: implement pcm operation sw_params
authorAndreas Pape <apape@de.adit-jv.com>
Wed, 2 Feb 2022 13:35:15 +0000 (14:35 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 17 Jun 2022 08:19:57 +0000 (10:19 +0200)
commit66d6bc75f16d08b8e4909cf7015376f80ec31f97
tree1fe084a28682f4bd3e5830c9b149cfa957e04358
parent86d695c5d6ba028a3c01758a3b398312408ee0cf
jack: implement pcm operation sw_params

Alsa-lib commit 88e4ae27 introduced a dynamic recalculation of the avail_min
value on the underlaying slave devices.
This updated avail_min value is not reaching the alsa-jack plugin due to lack
of the sw_params operation.
This patch adds this missing operation to correctly apply an updated avail_min
setting during runtime.

Fixes: https://github.com/alsa-project/alsa-plugins/pull/43
Signed-off-by: Andreas Pape <apape@de.adit-jv.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
jack/pcm_jack.c