qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: marcandre.lureau@redhat.com
Cc: qemu-devel@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
	 Christian Schoenebeck <qemu_oss@crudebyte.com>
Subject: Re: [PULL 00/27] Audio patches
Date: Mon, 6 Mar 2023 18:21:12 +0000	[thread overview]
Message-ID: <CAFEAcA9fLPM6utViikVaYNrJVXoqwWSdXzBUQC--5e1wV_VxmQ@mail.gmail.com> (raw)
In-Reply-To: <20230306065202.2160066-1-marcandre.lureau@redhat.com>

On Mon, 6 Mar 2023 at 06:52, <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> The following changes since commit 2946e1af2704bf6584f57d4e3aec49d1d5f3ecc0:
>
>   configure: Disable thread-safety warnings on macOS (2023-03-04 14:03:46 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/marcandre.lureau/qemu.git tags/audio-pull-request
>
> for you to fetch changes up to 2f886a34bb7e6f6fcf39d64829f4499476f26dba:
>
>   audio: remove sw->ratio (2023-03-06 10:30:24 +0400)
>
> ----------------------------------------------------------------
> Audio patches for QEMU 8.0
>
> Cleanups and improvements from Volker Rümelin.


Applied, thanks.

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

-- PMM


      parent reply	other threads:[~2023-03-06 18:22 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-06  6:51 [PULL 00/27] Audio patches marcandre.lureau
2023-03-06  6:51 ` [PULL 01/27] MAINTAINERS: add myself to ui/ and audio/ marcandre.lureau
2023-03-06  6:51 ` [PULL 02/27] audio: log unimplemented audio device sample rates marcandre.lureau
2023-03-06  6:51 ` [PULL 03/27] audio: don't show unnecessary error messages marcandre.lureau
2023-03-06  6:51 ` [PULL 04/27] audio: rename hardware store to backend marcandre.lureau
2023-03-06  6:51 ` [PULL 05/27] audio: remove unused #define AUDIO_STRINGIFY marcandre.lureau
2023-03-06  6:51 ` [PULL 06/27] audio/mixeng: use g_new0() instead of audio_calloc() marcandre.lureau
2023-03-06  6:51 ` [PULL 07/27] audio/alsaaudio: " marcandre.lureau
2023-03-06  6:51 ` [PULL 08/27] audio/audio_template: use g_malloc0() to replace audio_calloc() marcandre.lureau
2023-03-06  6:51 ` [PULL 09/27] audio/audio_template: use g_new0() " marcandre.lureau
2023-03-06  6:51 ` [PULL 10/27] audio: remove audio_calloc() function marcandre.lureau
2023-03-06  6:51 ` [PULL 11/27] alsaaudio: change default playback settings marcandre.lureau
2023-03-06  6:51 ` [PULL 12/27] alsaaudio: reintroduce default recording settings marcandre.lureau
2023-03-06  6:51 ` [PULL 13/27] audio: change type of mix_buf and conv_buf marcandre.lureau
2023-03-06  6:51 ` [PULL 14/27] audio: change type and name of the resample buffer marcandre.lureau
2023-03-06  6:51 ` [PULL 15/27] audio: make the resampling code greedy marcandre.lureau
2023-03-06  6:51 ` [PULL 16/27] audio: replace the resampling loop in audio_pcm_sw_write() marcandre.lureau
2023-03-06  6:51 ` [PULL 17/27] audio: remove sw == NULL check marcandre.lureau
2023-03-06  6:51 ` [PULL 18/27] audio: rename variables in audio_pcm_sw_write() marcandre.lureau
2023-03-06  6:51 ` [PULL 19/27] audio: don't misuse audio_pcm_sw_write() marcandre.lureau
2023-03-06  6:51 ` [PULL 20/27] audio: remove unused noop_conv() function marcandre.lureau
2023-03-06  6:51 ` [PULL 21/27] audio: make playback packet length calculation exact marcandre.lureau
2023-03-06  6:51 ` [PULL 22/27] audio: replace the resampling loop in audio_pcm_sw_read() marcandre.lureau
2023-03-06  6:51 ` [PULL 23/27] audio: rename variables " marcandre.lureau
2023-03-06  6:51 ` [PULL 24/27] audio: make recording packet length calculation exact marcandre.lureau
2023-03-06  6:52 ` [PULL 25/27] audio: handle leftover audio frame from upsampling marcandre.lureau
2023-03-06  6:52 ` [PULL 26/27] audio/audio_template: substitute sw->hw with hw marcandre.lureau
2023-03-06  6:52 ` [PULL 27/27] audio: remove sw->ratio marcandre.lureau
2023-03-06 18:21 ` Peter Maydell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFEAcA9fLPM6utViikVaYNrJVXoqwWSdXzBUQC--5e1wV_VxmQ@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu_oss@crudebyte.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).