From c0469e2a2835f4881c54c910bdca5498cefe2170 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 29 Nov 2010 15:49:13 +0100 Subject: [PATCH] ucm: CTL devices are only one per card (remove DEV from comments) Signed-off-by: Jaroslav Kysela --- src/ucm/parser.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ucm/parser.c b/src/ucm/parser.c index b85ac0a2..3d2fd717 100644 --- a/src/ucm/parser.c +++ b/src/ucm/parser.c @@ -188,7 +188,7 @@ static int parse_supported_device(snd_use_case_mgr_t *uc_mgr ATTRIBUTE_UNUSED, * * Sequence controls elements are in the following form:- * - * cdev "hw:0,0" + * cdev "hw:0" * cset "element_id_syntax value_syntax" * usleep time * exec "any unix command with arguments" @@ -942,8 +942,8 @@ static int parse_controls(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg) * # Define Value defaults * * ValueDefaults { - * PlaybackCTL "hw:CARD=0,DEV=0" - * CaptureCTL "hw:CARD=0,DEV=0" + * PlaybackCTL "hw:CARD=0" + * CaptureCTL "hw:CARD=0" * } * * # This file also stores the default sound card state. -- 2.47.1