]> git.alsa-project.org Git - alsa-lib.git/commit
control: improve snd_ctl_add_*_elem_set functions (access flags)
authorJaroslav Kysela <perex@perex.cz>
Mon, 22 Feb 2021 11:24:58 +0000 (12:24 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 26 Feb 2021 19:32:20 +0000 (20:32 +0100)
commit174592280d8ea921d407e12a98d9b2e8da4b0978
tree3b3c145c3e58fd5bc8c1f064ef37ba94d1ba1a5d
parent7da208173f0285e72aa30bec67ad99b5148f16f8
control: improve snd_ctl_add_*_elem_set functions (access flags)

The access flags are useful for the user space elements
with the custom access flags.

Introduce snd_ctl_elem_info_set_*() functions to set those flags
in the info structure.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/control.h
src/control/control.c