OSDN Git Service

pcm: softvol - make snd_pcm_parse_control_id private
authorJaroslav Kysela <perex@perex.cz>
Mon, 22 Feb 2021 19:01:34 +0000 (20:01 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 26 Feb 2021 20:08:28 +0000 (21:08 +0100)
commitb9a4997e92e4c16147fcf96453a4c3e08080ac66
treedb77e15bddb82f6596d2e4a58b5000d0d72e303d
parent24db585dd1edd63eafcc6887ca30bfcb89986718
pcm: softvol - make snd_pcm_parse_control_id private

The function is not used externally (it's not exported in headers).
Make it private.

Use snd_config_get_ctl_iface() for the interface value parsing.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/pcm/pcm_misc.c
src/pcm/pcm_softvol.c