commit | ffefc8d93b3369da7170998d0e934384982f0967 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 19:56:12 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 29 09:30:05 2018 -0700 |
tree | 0fbb00caa8755dafa8fe261942bb03c5409cfe70 | |
parent | 302ea78df970248dbc680dd731e6bd0f8587f500 [diff] |
sound: Correct data output in sound_create_square_wave() This function currently outputs twice as much data as it should and overwrites its buffer as a result. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>