]> git.alsa-project.org Git - alsa-lib.git/commit
control: remap - fix an infinite recursive call in the async callback
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 14 Jun 2021 05:08:08 +0000 (13:08 +0800)
committerJaroslav Kysela <perex@perex.cz>
Mon, 14 Jun 2021 08:14:40 +0000 (10:14 +0200)
commitf4c061f349188c548497607efd4622c6e6a43270
treeec8e5b6bd9b8edbc3f58f80996e9754af66117c6
parent8253c1c1f9095901c7dbfbb8ca5147d05828651a
control: remap - fix an infinite recursive call in the async callback

The function snd_ctl_remap_async will call itself infinitely. Looks like
a typo.

Fixes: a64391a42 ("control: remap plugin - initial version")
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/control/control_remap.c