]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: partially revert "pcm: softvol - make snd_pcm_parse_control_id private"
authorJaroslav Kysela <perex@perex.cz>
Tue, 2 Nov 2021 09:55:45 +0000 (10:55 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 2 Nov 2021 10:00:35 +0000 (11:00 +0100)
commitf0d540f851de3992a5e285dcea0be7cab293527e
tree16afb9113cbf953b11a0fcb1e616092bf22a3e32
parent5fab157a593180525607b7d26263bee127f6be36
pcm: partially revert "pcm: softvol - make snd_pcm_parse_control_id private"

This reverts partially commit b9a4997e92e4c16147fcf96453a4c3e08080ac66.

It seems that we have have some users for this very specific function.
Mark it deprecated and keep the softvol implementation separate,
so we can remove this function easily in future.

Fixes: https://github.com/alsa-project/alsa-lib/issues/186
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/pcm_external.h
src/pcm/pcm_misc.c