]> git.alsa-project.org Git - alsa-lib.git/commit
added the handling of enum controls to simple mixer API.
authorTakashi Iwai <tiwai@suse.de>
Mon, 9 Sep 2002 14:24:56 +0000 (14:24 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Sep 2002 14:24:56 +0000 (14:24 +0000)
commitc25879f9d90a0b1d619383dec96a3449a5c64d32
tree7532fceb1fa3e110db189957d1e5686b0222684a
parent52237f3542b7f3dc1dfe22dd615a8a26b0296cdd
added the handling of enum controls to simple mixer API.

the following functions are added:
int snd_mixer_selem_is_enumerated()
int snd_mixer_selem_get_enum_items()
int snd_mixer_selem_get_enum_item_name()
int snd_mixer_selem_get_enum_item()
int snd_mixer_selem_set_enum_item()
include/mixer.h
src/mixer/simple.c