ucm: added implementation for other ucm parts, only card name list is missing

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2010-09-22 15:35:11 +02:00
parent 404cd090b2
commit 6c6dc230bc
2 changed files with 220 additions and 12 deletions

View file

@ -39,12 +39,8 @@
#include "local.h"
#include "use-case.h"
#define PRE_SEQ 0
#define POST_SEQ 1
#define MAX_FILE 256
#define ALSA_USE_CASE_DIR ALSA_CONFIG_DIR "/ucm"
#define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
#define VERB_NOT_INITIALISED -1
#define SEQUENCE_ELEMENT_TYPE_CSET 1
#define SEQUENCE_ELEMENT_TYPE_SLEEP 2