From: Jaroslav Kysela Date: Tue, 19 May 2020 06:31:39 +0000 (+0200) Subject: ucm: fix SectionOnce comment X-Git-Tag: v1.2.3~53 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3cab9018cf7885b43011ea35e42ae6d572dba0a2;p=alsa-lib.git ucm: fix SectionOnce comment Signed-off-by: Jaroslav Kysela --- diff --git a/src/ucm/parser.c b/src/ucm/parser.c index 71a674bb..fa71577d 100644 --- a/src/ucm/parser.c +++ b/src/ucm/parser.c @@ -1580,10 +1580,10 @@ static int parse_controls(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg) * * # The initial boot (run once) configuration. * - * SectionOnce { + * SectionOnce [ * cset "name='Master Playback Switch',index=2 1,1" * cset "name='Master Playback Volume',index=2 25,25" - * } + * ] * * # This file also stores the default sound card state. *