commit | ecc7973d1c4ba684d2e2750a948f341693c39093 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 16 20:24:56 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Feb 20 15:27:09 2019 +0800 |
tree | b389a041ddde309393a569c4fa8f82f80cb20df7 | |
parent | 2ca471379b471dc0d31459974d7cc4b54c824956 [diff] |
sandbox: sound: Silence sound for testing When testing the sound system we don't need the hear the beeps. The testing works by checking the data that would be emitted. Add a device-tree property to silence the sound, and enable it for testing. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>