]> git.alsa-project.org Git - alsa-lib.git/commit
ctl: use consistent name for second argument of snd_ctl_elem_read/write
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 28 Jun 2016 13:39:50 +0000 (22:39 +0900)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 Jun 2016 09:50:26 +0000 (11:50 +0200)
commit7117d22cf256e92e061b433cf47f431b250b1212
treef3aa0ac73ca8d89caa2bb720883009bc7bac6d47
parent06a51e29f46acd2d1b03befa2a5765cedca9051b
ctl: use consistent name for second argument of snd_ctl_elem_read/write

Second argument of these functions has three different names in
documentation/header/code (obj/control/value). This easily causes users'
confusion.

This commit applies consistent names for the arguments.

Fixes: 90020c05f886 ('ctl: improve comments for handling element data')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/control.h
src/control/control.c