Pull request for sound-2023-01-rc4

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Dec 6 09:42:39 CET 2022


Dear Tom,

The following changes since commit a50622d78c5c6babd1853ae913f339df54fe532c:

   Merge tag 'xilinx-for-v2023.01-rc3-v2' of
https://source.denx.de/u-boot/custodians/u-boot-microblaze (2022-12-05
08:33:19 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/sound-2023-01-rc4

for you to fetch changes up to 304bc9f437df51b4d982fe25fd0988350c8f5fc9:

   sandbox: fix sound driver (2022-12-05 17:43:23 +0100)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/14337

----------------------------------------------------------------
Pull request for sound-2023-01-rc4

* Avoid endless loop and amend unit test
* Add man-page for the sound command
* Fix sandbox sound driver

----------------------------------------------------------------
Heinrich Schuchardt (5):
       sound: avoid endless loop
       test: test sandbox sound driver more rigorously
       cmd: fix long text for sound command
       doc: man-page for the sound command
       sandbox: fix sound driver

  arch/sandbox/cpu/sdl.c          | 11 +++++------
  arch/sandbox/include/asm/test.h | 10 ++++++++++
  cmd/sound.c                     |  2 +-
  doc/usage/cmd/sound.rst         | 41
+++++++++++++++++++++++++++++++++++++++++
  doc/usage/index.rst             |  1 +
  drivers/sound/sandbox.c         |  9 +++++++++
  drivers/sound/sound.c           |  5 ++++-
  test/dm/sound.c                 | 11 +++++++++++
  8 files changed, 82 insertions(+), 8 deletions(-)
  create mode 100644 doc/usage/cmd/sound.rst


More information about the U-Boot mailing list