summaryrefslogtreecommitdiff
path: root/cmd/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sound.c')
-rw-r--r--cmd/sound.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/sound.c b/cmd/sound.c
index 0b7f9599716..8f67cbd96e1 100644
--- a/cmd/sound.c
+++ b/cmd/sound.c
@@ -4,7 +4,6 @@
* Rajeshwari Shinde <rajeshwari.s@samsung.com>
*/
-#include <common.h>
#include <command.h>
#include <dm.h>
#include <fdtdec.h>
@@ -99,7 +98,7 @@ U_BOOT_CMD(
sound, INT_MAX, 1, do_sound,
"sound sub-system",
"init - initialise the sound driver\n"
- "sound play [[[-q|-s] len [freq]] ...] - play sounds\n"
+ "sound play [len [freq [len [freq ...]]]] - play sounds\n"
" len - duration in ms\n"
" freq - frequency in Hz\n"
);