OSDN Git Service

control: rename snd_ctl_elem_id_compare() to snd_ctl_elem_id_compare_set()
authorJaroslav Kysela <perex@perex.cz>
Tue, 23 Mar 2021 16:30:25 +0000 (17:30 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 23 Mar 2021 16:31:30 +0000 (17:31 +0100)
commit6f4b96ecc985b1b7a1b9276d981bab538a34a91b
tree342a5162588b5f01ec8261116dda789361f88f04
parent2f57b404b1c1c376316ca0c6bb5e789e2066298f
control: rename snd_ctl_elem_id_compare() to snd_ctl_elem_id_compare_set()

- add asserts to check if the unsigned integers are in the valid range
- replace tuple with set in the id description
- add const prefix for id1

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