Re: [RFC 1/1] sound: allow waveform selection

2022-12-06 Thread Heinrich Schuchardt
On 12/6/22 00:55, Simon Glass wrote: Hi Heinrich, On Mon, 5 Dec 2022 at 13:38, Heinrich Schuchardt wrote: * Allow the sound command to select the sine or the square waveform. * Allow to play multiple tones with one command. * Adjust documentation. * Adjust unit test. Signed-off-by: Heinri

Re: [RFC 1/1] sound: allow waveform selection

2022-12-05 Thread Simon Glass
Hi Heinrich, On Mon, 5 Dec 2022 at 13:38, Heinrich Schuchardt wrote: > > * Allow the sound command to select the sine or the square waveform. > * Allow to play multiple tones with one command. > * Adjust documentation. > * Adjust unit test. > > Signed-off-by: Heinrich Schuchardt > --- > This wou

[RFC 1/1] sound: allow waveform selection

2022-12-04 Thread Heinrich Schuchardt
* Allow the sound command to select the sine or the square waveform. * Allow to play multiple tones with one command. * Adjust documentation. * Adjust unit test. Signed-off-by: Heinrich Schuchardt --- This would be the alternative to [v2,6/7] sound: add CONFIG_SOUND_SINE symbol For testing with t