[U-Boot] [PATCH 0/4] sound: Correct sound output on sandbox

Simon Glass sjg at chromium.org
Fri Nov 16 02:56:11 UTC 2018


At present sandbox sound output is disabled due to a bug. This series
fixes that bug, adds a small API adjustment and enables sandbox sound
output again.


Simon Glass (4):
  sound: Correct data output in sound_create_square_wave()
  sound: Add sample rate as a parameter for square wave
  sound: sandbox: Use the correct frequency
  sandbox: Enable sound

 arch/sandbox/cpu/sdl.c    | 30 +++++++++---------------------
 drivers/sound/sound-i2s.c |  3 ++-
 drivers/sound/sound.c     |  8 +++-----
 include/sound.h           |  4 +++-
 4 files changed, 17 insertions(+), 28 deletions(-)

-- 
2.19.1.1215.g8438c0b245-goog



More information about the U-Boot mailing list