OSDN Git Service

control: add snd_ctl_elem_add_enumerated()
authorClemens Ladisch <clemens@ladisch.de>
Fri, 7 Oct 2011 20:46:51 +0000 (22:46 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Fri, 7 Oct 2011 21:38:55 +0000 (23:38 +0200)
commit15c6f832968c1f69a7c744f7051e4fc622acd62f
tree11ada3bc56409ce5b15d16a65928838e05ea8e7f
parent567cc19a883f9799737bc03881589ae3f331273f
control: add snd_ctl_elem_add_enumerated()

Handling of user control elements was implemented for all types except
BYTES and ENUMERATED.  Enumerated user controls will be needed for the
device-specific mixers of upcoming FireWire drivers.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
include/control.h
include/sound/asound.h
src/control/control.c
src/control/control_hw.c