From: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [PATCH v5 00/10] Audio: Mixeng-free 5.1/7.1 audio support
Date: Mon, 30 Sep 2019 22:28:53 +0200 [thread overview]
Message-ID: <cover.1569874641.git.DirtY.iCE.hu@gmail.com> (raw)
Hi,
I've updated my mixeng-free audio patches. The documentation probably
requires more polishing, but I'm sending this now so the other parts
can be reviewed too.
Changes from v4:
* Removed already merged commits.
* Bugfix in "audio: make mixeng optional" commit.
* Dropped the "paaudio: channel-map option" patch, instead the paaudio
backend will automatically figure out the current channel map for now
(see the last patch). Currently this only works with usb-audio, if
other frontends gain support for multi-channel audio, it might require
some rethinking.
Regards,
Zoltan
Kővágó, Zoltán (10):
audio: add mixing-engine option (documentation)
audio: make mixeng optional
paaudio: get/put_buffer functions
audio: support more than two channels in volume setting
audio: replace shift in audio_pcm_info with bytes_per_frame
audio: basic support for multichannel audio
usb-audio: do not count on avail bytes actually available
usb-audio: support more than two channels of audio
usbaudio: change playback counters to 64 bit
paaudio: fix channel order for usb-audio 5.1 and 7.1 streams
audio/alsaaudio.c | 18 +-
audio/audio.c | 176 ++++++++++-----
audio/audio.h | 10 +
audio/audio_int.h | 7 +-
audio/audio_template.h | 24 ++-
audio/coreaudio.c | 4 +-
audio/dsound_template.h | 10 +-
audio/dsoundaudio.c | 4 +-
audio/noaudio.c | 2 +-
audio/ossaudio.c | 14 +-
audio/paaudio.c | 153 ++++++++++++--
audio/spiceaudio.c | 17 +-
audio/wavaudio.c | 6 +-
hw/usb/dev-audio.c | 459 ++++++++++++++++++++++++++++++++++------
qapi/audio.json | 5 +
qemu-options.hx | 6 +
16 files changed, 730 insertions(+), 185 deletions(-)
--
2.23.0
next reply other threads:[~2019-09-30 20:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-30 20:28 Kővágó, Zoltán [this message]
2019-09-30 20:28 ` [PATCH v5 01/10] audio: add mixing-engine option (documentation) Kővágó, Zoltán
2019-09-30 20:28 ` [PATCH v5 02/10] audio: make mixeng optional Kővágó, Zoltán
2019-09-30 20:28 ` [PATCH v5 03/10] paaudio: get/put_buffer functions Kővágó, Zoltán
2019-09-30 20:28 ` [PATCH v5 04/10] audio: support more than two channels in volume setting Kővágó, Zoltán
2019-09-30 20:28 ` [PATCH v5 05/10] audio: replace shift in audio_pcm_info with bytes_per_frame Kővágó, Zoltán
2019-09-30 20:28 ` [PATCH v5 06/10] audio: basic support for multichannel audio Kővágó, Zoltán
2019-09-30 20:29 ` [PATCH v5 07/10] usb-audio: do not count on avail bytes actually available Kővágó, Zoltán
2019-09-30 20:29 ` [PATCH v5 08/10] usb-audio: support more than two channels of audio Kővágó, Zoltán
2019-09-30 20:29 ` [PATCH v5 09/10] usbaudio: change playback counters to 64 bit Kővágó, Zoltán
2019-09-30 20:29 ` [PATCH v5 10/10] paaudio: fix channel order for usb-audio 5.1 and 7.1 streams Kővágó, Zoltán
2019-09-30 21:55 ` [PATCH v5 00/10] Audio: Mixeng-free 5.1/7.1 audio support no-reply
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=cover.1569874641.git.DirtY.iCE.hu@gmail.com \
--to=dirty.ice.hu@gmail.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.