commit | d5f527a57f65043f6b0c1bccdc0a0d2a0c412e0c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Dec 15 16:50:39 2022 -0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Dec 20 16:06:48 2022 +0100 |
tree | b374c20a3bedb6366168eb94efec1f9d8f5f8cb0 | |
parent | 8b5dd10f638811657db373c4b638b04806989777 [diff] |
cmd: allow sound command to play multiple sounds Currently the sound command accepts only one value each for duration and frequency. Allowing more duration and frequency arguments enables playing a tune. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>