mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-02 19:22:00 +02:00
cmd: fix long text for sound command
Make it clear that if only 1 parameter is provided this is the duration. The ISO symbol for hertz is Hz. Fixes: c0c88533fffd ("Sound: Add command for audio playback") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
968eaaeaa7
commit
ff414fcc44
@ -86,5 +86,5 @@ U_BOOT_CMD(
|
||||
sound, 4, 1, do_sound,
|
||||
"sound sub-system",
|
||||
"init - initialise the sound driver\n"
|
||||
"sound play [len] [freq] - play a sound for len ms at freq hz\n"
|
||||
"sound play [len [freq]] - play a sound for len ms at freq Hz\n"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user