[PULL 0/6] Audio 20200106 patches

Gerd Hoffmann posted 6 patches 4 years, 3 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200106125236.24132-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>
audio/audio.c        |  2 +-
audio/paaudio.c      | 68 +++++++++++++++++++++++++++++++-------------
hw/audio/hda-codec.c |  8 +++---
3 files changed, 53 insertions(+), 25 deletions(-)
[PULL 0/6] Audio 20200106 patches
Posted by Gerd Hoffmann 4 years, 3 months ago
The following changes since commit f0dcfddecee8b860e015bb07d67cfcbdfbfd51d9:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-01-03 17:18:08 +0000)

are available in the Git repository at:

  git://git.kraxel.org/qemu tags/audio-20200106-pull-request

for you to fetch changes up to 40ad46d3cc463fab5a23db466f77e37aff23f927:

  audio: fix integer overflow (2020-01-06 08:47:16 +0100)

----------------------------------------------------------------
audio: bugfixes.

----------------------------------------------------------------

Volker Rümelin (6):
  hda-codec: fix playback rate control
  hda-codec: fix recording rate control
  paaudio: drop recording stream in qpa_fini_in
  paaudio: try to drain the recording stream
  paaudio: wait until the recording stream is ready
  audio: fix integer overflow

 audio/audio.c        |  2 +-
 audio/paaudio.c      | 68 +++++++++++++++++++++++++++++++-------------
 hw/audio/hda-codec.c |  8 +++---
 3 files changed, 53 insertions(+), 25 deletions(-)

-- 
2.18.1


Re: [PULL 0/6] Audio 20200106 patches
Posted by Peter Maydell 4 years, 3 months ago
On Mon, 6 Jan 2020 at 12:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit f0dcfddecee8b860e015bb07d67cfcbdfbfd51d9:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-01-03 17:18:08 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20200106-pull-request
>
> for you to fetch changes up to 40ad46d3cc463fab5a23db466f77e37aff23f927:
>
>   audio: fix integer overflow (2020-01-06 08:47:16 +0100)
>
> ----------------------------------------------------------------
> audio: bugfixes.
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM