mbox series

Pull request for sound-2023-01-rc4

Message ID 0b1dda89-61fe-3bdb-01dd-17594ea07767@gmx.de
State Accepted, archived
Delegated to: Tom Rini
Headers show
Series Pull request for sound-2023-01-rc4 | expand

Pull-request

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

Message

Heinrich Schuchardt Dec. 6, 2022, 8:42 a.m. UTC
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

Comments

Tom Rini Dec. 6, 2022, 5:02 p.m. UTC | #1
On Tue, Dec 06, 2022 at 09:42:39AM +0100, Heinrich Schuchardt wrote:

> 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
> 

Applied to u-boot/master, thanks!