]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: close - deactivate async handler before snd_pcm_drop()
authorJaroslav Kysela <perex@perex.cz>
Fri, 6 Sep 2024 10:56:16 +0000 (12:56 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 6 Sep 2024 10:58:14 +0000 (12:58 +0200)
commit93d7645d841d4e2c6a84c60b99a8392b8c511eb8
tree4de11e1141f7b044feb794ea55029180bc150738
parent513ef7ace42a8f770db935ccf822d0cb11c7e033
pcm: close - deactivate async handler before snd_pcm_drop()

It reduces probablity to activate the async handler when snd_pcm_close() is called.

Link: https://github.com/alsa-project/alsa-lib/issues/394
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/pcm/pcm.c