All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ucm: change msleep to usleep
@ 2011-08-19  7:22 Lu Guanqun
  2011-08-19  7:40 ` Takashi Iwai
  0 siblings, 1 reply; 9+ messages in thread
From: Lu Guanqun @ 2011-08-19  7:22 UTC (permalink / raw)
  To: Takashi Iwai, ALSA, Jaroslav Kysela

In file src/ucm/parser.c:
	if (strcmp(cmd, "usleep") == 0) {
string `usleep' is compared, however, in the comment and example conf file,
`msleep' is used, it's better to unify them all.

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
---
 src/ucm/parser.c              |    8 ++++----
 test/ucm/TestHDA/TestHDA.conf |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/ucm/parser.c b/src/ucm/parser.c
index 23b67bc..a56f1e6 100644
--- a/src/ucm/parser.c
+++ b/src/ucm/parser.c
@@ -792,7 +792,7 @@ static int parse_modifier_name(snd_use_case_mgr_t *uc_mgr,
  *	EnableSequence [
  *		cset "name='Master Playback Switch',index=2 0,0"
  *		cset "name='Master Playback Volume',index=2 25,25"
- *		msleep 50
+ *		usleep 50
  *		cset "name='Master Playback Switch',index=2 1,1"
  *		cset "name='Master Playback Volume',index=2 50,50"
  *	]
@@ -800,14 +800,14 @@ static int parse_modifier_name(snd_use_case_mgr_t *uc_mgr,
  *	DisableSequence [
  *		cset "name='Master Playback Switch',index=2 0,0"
  *		cset "name='Master Playback Volume',index=2 25,25"
- *		msleep 50
+ *		usleep 50
  *		cset "name='Master Playback Switch',index=2 1,1"
  *		cset "name='Master Playback Volume',index=2 50,50"
  *	]
  *
  *      # Optional transition verb
  *      TransitionSequence."ToCaseName" [
- *		msleep 1
+ *		usleep 1
  *      ]
  *
  *	# Optional TQ and ALSA PCMs
@@ -1106,7 +1106,7 @@ static int parse_controls(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg)
  *	cset "name='Master Mono Playback Volume',index=1 0"
  *	cset "name='PCM Switch',index=2 1,1"
  *      exec "some binary here"
- *      msleep 50
+ *      usleep 50
  *	........
  * ]
  *
diff --git a/test/ucm/TestHDA/TestHDA.conf b/test/ucm/TestHDA/TestHDA.conf
index 41dd74c..0a75e21 100644
--- a/test/ucm/TestHDA/TestHDA.conf
+++ b/test/ucm/TestHDA/TestHDA.conf
@@ -7,7 +7,7 @@ SectionUseCase."Case1" {
 
 SectionDefaults [
 	exec "my prg"
-	msleep 1
+	usleep 1
 	cdev "hw:0"
 	cset "name='PCM Playback Volume' 50%"
 ]

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-08-22 10:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19  7:22 [PATCH] ucm: change msleep to usleep Lu Guanqun
2011-08-19  7:40 ` Takashi Iwai
2011-08-19  8:13   ` Lu Guanqun
2011-08-19  8:21     ` Takashi Iwai
2011-08-19 16:12   ` Liam Girdwood
2011-08-22  1:25     ` [PATCH] ucm: add another sequence 'msleep' Lu Guanqun
2011-08-22  5:35       ` [PATCH v2] " Lu Guanqun
2011-08-22 10:39         ` Liam Girdwood
2011-08-22 10:42           ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.