Re: [U-Boot] [PATCH 3/4] sound: sandbox: Use the correct frequency

2018-11-29 Thread sjg
At present we request a particular frequency but we may not get the exact same frequency in response. So use the actual frequency for generation of the square wave. This ensures that the pitch remains accurate on all host machines. Signed-off-by: Simon Glass --- arch/sandbox/cpu/sdl.c | 11

[U-Boot] [PATCH 3/4] sound: sandbox: Use the correct frequency

2018-11-15 Thread Simon Glass
At present we request a particular frequency but we may not get the exact same frequency in response. So use the actual frequency for generation of the square wave. This ensures that the pitch remains accurate on all host machines. Signed-off-by: Simon Glass --- arch/sandbox/cpu/sdl.c | 11