]> git.alsa-project.org Git - alsa-lib.git/commit
control: Add documentation for snd_ctl_card_* and friends.
authorTanjeff-N. Moos <tanjeff@cccmz.de>
Thu, 17 Jun 2021 08:36:38 +0000 (10:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Jun 2021 15:12:53 +0000 (17:12 +0200)
commitccc14ae897d170156f1c2905ea5d18a3295e7b36
tree94ecb00338d07337e207113bb04991576cc8b6bc
parente0e084659083c2ab75d5c894f24227ea2f67010f
control: Add documentation for snd_ctl_card_* and friends.

In this patch series, I added a description about control interface
handling and how control interfaces are identified.

In addition, I added/improved Doxygen documentation for the
snd_ctl_card_info_t type and related corresponding functions,
e.g. snd_ctl_card_info(). I also documented other card-related like
snd_card_next().

Along the way I did minor documentation improvements.

Signed-off-by: Tanjeff-N. Moos <tanjeff@cccmz.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/control.h
src/control/cards.c
src/control/control.c