mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
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:
parent
404cd090b2
commit
6c6dc230bc
2 changed files with 220 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue