commit | 707a6fce707b2756ce984d494ce294d4bec9fd42 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Dec 04 17:11:41 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Dec 05 17:43:21 2022 +0100 |
tree | 7f09ead7319cf90cb9664ab57f359da363a582eb | |
parent | a5c75ceca0280068f5ac4b459aa04479dd734834 [diff] |
test: test sandbox sound driver more rigorously Consider unexpected values for frequency: * negative frequency * zero frequency * frequency exceeding sampling frequency As in these cases the sum of the samples is zero also check the count of the samples. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>