[Qemu-devel] [PULL 0/3] Audio 20190318 patches

Gerd Hoffmann posted 3 patches 5 years, 1 month ago
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190318120905.15478-1-kraxel@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Eric Blake <eblake@redhat.com>
audio/paaudio.c | 44 ++++++++++++++++++++++++++++++++++----------
qapi/audio.json |  6 +++++-
2 files changed, 39 insertions(+), 11 deletions(-)
[Qemu-devel] [PULL 0/3] Audio 20190318 patches
Posted by Gerd Hoffmann 5 years, 1 month ago
The following changes since commit d4e65539e570d5872003710b5a1064489911d33d:

  Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into staging (2019-03-17 14:10:52 +0000)

are available in the Git repository at:

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

for you to fetch changes up to ade103011c6476353fbc2a707aa6ef1f1aa9e2fb:

  audio/paaudio: fix microphone input being unusable (2019-03-18 12:21:15 +0100)

----------------------------------------------------------------
audio: pulseaudio fixes for 4.0

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

Martin Schrodt (3):
  audio/paaudio: fix ignored buffer_length setting
  audio/paaudio: prolong and make latency configurable
  audio/paaudio: fix microphone input being unusable

 audio/paaudio.c | 44 ++++++++++++++++++++++++++++++++++----------
 qapi/audio.json |  6 +++++-
 2 files changed, 39 insertions(+), 11 deletions(-)

-- 
2.18.1


Re: [Qemu-devel] [PULL 0/3] Audio 20190318 patches
Posted by Peter Maydell 5 years, 1 month ago
On Mon, 18 Mar 2019 at 12:11, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit d4e65539e570d5872003710b5a1064489911d33d:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into staging (2019-03-17 14:10:52 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20190318-pull-request
>
> for you to fetch changes up to ade103011c6476353fbc2a707aa6ef1f1aa9e2fb:
>
>   audio/paaudio: fix microphone input being unusable (2019-03-18 12:21:15 +0100)
>
> ----------------------------------------------------------------
> audio: pulseaudio fixes for 4.0
>
> ----------------------------------------------------------------

Applied, thanks.

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

-- PMM