Add doxygen and make support for UCM.
CC: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Justin Xu <justinx@slimlogic.co.uk>
Signed-off-by: Stefan Schmidt <stefan@slimlogic.co.uk>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
                   @top_srcdir@/include/pcm_ioplug.h \
                   @top_srcdir@/include/control_external.h \
                   @top_srcdir@/include/mixer.h \
+                  @top_srcdir@/include/use-case.h \
                   @top_srcdir@/src/error.c \
                   @top_srcdir@/src/dlmisc.c \
                   @top_srcdir@/src/async.c \
 
 
 alsainclude_HEADERS = asoundlib.h asoundef.h \
                      version.h global.h input.h output.h error.h \
-                     conf.h control.h iatomic.h
+                     conf.h control.h iatomic.h use-case.h
 
 if BUILD_CTL_PLUGIN_EXT
 alsainclude_HEADERS += control_external.h
 
 endif
 
 lib_LTLIBRARIES = libasound.la
-libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c shmarea.c userfile.c names.c
+libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c shmarea.c userfile.c names.c use-case.c
 
 SUBDIRS=control
 libasound_la_LIBADD = control/libcontrol.la