Re: [U-Boot] [PATCH 22/33] sandbox: sound: Silence sound for testing

2019-02-16 Thread Simon Glass
Hi Bin, On Wed, 13 Feb 2019 at 02:39, Bin Meng wrote: > > Hi Simon, > > On Tue, Jan 22, 2019 at 9:14 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 s

Re: [U-Boot] [PATCH 22/33] sandbox: sound: Silence sound for testing

2019-02-13 Thread Bin Meng
Hi Simon, On Tue, Jan 22, 2019 at 9:14 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 G

[U-Boot] [PATCH 22/33] sandbox: sound: Silence sound for testing

2019-01-21 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 --- arch/sandbox/dts/test.dts | 1 + drivers/sound/sandbox.c |