mbox

[PULL,0/7] Audio 20201215 patches

Message ID 20201215134826.5504-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann Dec. 15, 2020, 1:48 p.m. UTC
The following changes since commit aa14de086675280206dbc1849da6f85b75f62f1b:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20201213' int=
o staging (2020-12-14 18:53:30 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 06c8c375389a54d8e4457d967f4f0896caecefb2:

  audio: add sanity check (2020-12-15 09:28:52 +0100)

----------------------------------------------------------------
audio: coreaudio playback state fixes.
audio: misc cleanups.

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

Eduardo Habkost (1):
  cs4231: Get rid of empty property array

Gerd Hoffmann (1):
  audio: add sanity check

Philippe Mathieu-Daud=C3=A9 (1):
  audio: Simplify audio_bug() removing old code

Volker R=C3=BCmelin (4):
  coreaudio: rename misnamed variable fake_as
  coreaudio: don't start playback in init routine
  coreaudio: always stop audio playback on shut down
  audio: remove unused function audio_is_cleaning_up()

 audio/audio.h     |  1 -
 audio/audio.c     | 31 ++++-----------------------
 audio/coreaudio.c | 53 +++++++++++++++++------------------------------
 hw/audio/cs4231.c |  5 -----
 4 files changed, 23 insertions(+), 67 deletions(-)

--=20
2.27.0

Comments

Peter Maydell Dec. 15, 2020, 3:35 p.m. UTC | #1
On Tue, 15 Dec 2020 at 13:50, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit aa14de086675280206dbc1849da6f85b75f62f1b:
>
>   Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20201213' int=
> o staging (2020-12-14 18:53:30 +0000)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/audio-20201215-pull-request
>
> for you to fetch changes up to 06c8c375389a54d8e4457d967f4f0896caecefb2:
>
>   audio: add sanity check (2020-12-15 09:28:52 +0100)
>
> ----------------------------------------------------------------
> audio: coreaudio playback state fixes.
> audio: misc cleanups.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM