[U-Boot] [PATCH v2 23/34] sandbox: sound: Silence sound for testing

2019-02-16 Thread Simon Glass
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 --- Changes in v2: - Move comment about silencing on error so that

Re: [U-Boot] [PATCH v2 23/34] sandbox: sound: Silence sound for testing

2019-02-18 Thread Bin Meng
On Sun, Feb 17, 2019 at 11:26 AM Simon Glass wrote: > > 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 > --