commit | 968eaaeaa7a8cf0956e19e9217af9e81bc7fb2eb | [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 | d0e8777beeb675b77d6b2bf679133106892eb8dd [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>