commit | 0d7e6817aba99f012696d69138b22813582d4fac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 19:56:14 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 29 09:30:05 2018 -0700 |
tree | e10d0199e5298d27eefb4355fd57fea7b26cf954 | |
parent | ddad0320a8905019a9221df6b2c1ea556bf566de [diff] |
sound: sandbox: Use the correct frequency At present we request a particular frequency but we may not get the exact same frequency in response. So use the actual frequency for generation of the square wave. This ensures that the pitch remains accurate on all host machines. Signed-off-by: Simon Glass <sjg@chromium.org>