From: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/9] audio: multi channel audio support
Date: Fri, 21 Aug 2015 22:36:28 +0200 [thread overview]
Message-ID: <cover.1440189131.git.DirtY.iCE.hu@gmail.com> (raw)
This patch series adds support to more than two channels of audio (5.1,
7.1, etc.). Currently only usb-audio frontend and alsa and pa backends
are updated. Using more than two channels requires turning off mixeng
(-audiodev backend,id=foo,out.mixeng=off,...).
For backward compatibility reasons, you have to specify multi=on when
creating the usb-audio device:
-device usb-audio,id=foo,multi=on,...
Please review.
Kővágó, Zoltán (9):
audio: add mixeng 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
paaudio: channel-map option
usb-audio: do not count on avail bytes actually available
usb-audio: support more than two channels of audio
audio/alsaaudio.c | 17 +-
audio/audio.c | 176 +++++++++++++------
audio/audio.h | 10 ++
audio/audio_int.h | 7 +-
audio/audio_template.h | 22 ++-
audio/coreaudio.c | 4 +-
audio/dsound_template.h | 10 +-
audio/dsoundaudio.c | 4 +-
audio/noaudio.c | 2 +-
audio/ossaudio.c | 14 +-
audio/paaudio.c | 121 +++++++++++--
audio/spiceaudio.c | 19 ++-
audio/wavaudio.c | 6 +-
hw/usb/dev-audio.c | 446 +++++++++++++++++++++++++++++++++++++++++-------
qapi/audio.json | 10 +-
qemu-options.hx | 15 ++
16 files changed, 703 insertions(+), 180 deletions(-)
--
2.5.0
next reply other threads:[~2015-08-21 20:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-21 20:36 Kővágó, Zoltán [this message]
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 1/9] audio: add mixeng option (documentation) Kővágó, Zoltán
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 2/9] audio: make mixeng optional Kővágó, Zoltán
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 3/9] paaudio: get/put_buffer functions Kővágó, Zoltán
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 4/9] audio: support more than two channels in volume setting Kővágó, Zoltán
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 5/9] audio: replace shift in audio_pcm_info with bytes_per_frame Kővágó, Zoltán
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 6/9] audio: basic support for multichannel audio Kővágó, Zoltán
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 7/9] paaudio: channel-map option Kővágó, Zoltán
2015-08-21 20:36 ` [Qemu-devel] [PATCH v2 8/9] usb-audio: do not count on avail bytes actually available Kővágó, Zoltán
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.1440189131.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 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).