mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
ucm: fix parser for sequences and fix wrong strcmp
The sequences are not parsed correctly. First cfg value is the command and second value is the command argument. Also, fix strcmp calls in ucm/main.c (reported by abraham duenas <aduejazz@gmail.com>). Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
9b6df1cf64
commit
cdc9dd50bf
3 changed files with 17 additions and 6 deletions
|
|
@ -1,6 +1,7 @@
|
|||
SectionVerb {
|
||||
EnableSequence [
|
||||
exec "Case1 enable seq"
|
||||
exec "Case1 enable seq 2"
|
||||
]
|
||||
DisableSequence [
|
||||
exec "Case2 disable seq"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue