OSDN Git Service

ucm: core - Add initial Use Case Manager support.
authorLiam Girdwood <lrg@slimlogic.co.uk>
Mon, 23 Aug 2010 16:17:18 +0000 (18:17 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 23 Aug 2010 18:05:35 +0000 (20:05 +0200)
commit7699c92bd4bcd65098af631f6f5e2e7e9235caeb
tree6aa9608971cb1a5977e544457e89f733cffd0a76
parent4adb3c325bccf0dec9c37b7462832d17033caf93
ucm: core - Add initial Use Case Manager support.

This patch adds audio Use Case management support to alsa-lib.

UCM is designed to abstract the audio device hardware mixer controls into
high level abstract use cases.

The use case manager works by configuring the sound card ALSA kcontrols to
change the hardware digital and analog audio routing to match the requested
device use case. The use case manager kcontrol configurations are stored in
easy to modify text files.

UCM development has been kindly sponsored by Texas Instruments Inc,
Wolfson Microelectronics PLC and Slimlogic Ltd.

CC: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Stefan Schmidt <stefan@slimlogic.co.uk>
Signed-off-by: Justin Xu <justinx@slimlogic.co.uk>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
src/use-case.c [new file with mode: 0644]