From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Bandan Das <bsd@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/4] audio patch queue
Date: Tue, 24 Sep 2013 10:38:59 +0200 [thread overview]
Message-ID: <1380011943-15083-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
My first audio pull request. malc seems to have disappeared. I'll go
try to take care for the audio bits for the time being.
This pull request carries a MAINTAINERS update and patches to make mixer
support in hda-audio a runtime option (was compile time option depending
on CONFIG_MIXEMU before).
please pull,
Gerd
The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79:
Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500)
are available in the git repository at:
git://git.kraxel.org/qemu audio.1
for you to fetch changes up to 19b0dfc19c0d911c322a03899806c59bc2f593c9:
audio: remove CONFIG_MIXEMU configure option (2013-09-24 10:29:34 +0200)
----------------------------------------------------------------
Bandan Das (3):
hda-codec: refactor common definitions into a header file
hda-codec: make mixemu selectable at runtime
audio: remove CONFIG_MIXEMU configure option
Gerd Hoffmann (1):
audio maintainers update
MAINTAINERS | 1 +
audio/mixeng.c | 6 -
configure | 8 -
hw/audio/hda-codec-common.h | 456 ++++++++++++++++++++++++++++++++++++++++++++
hw/audio/hda-codec.c | 454 +++----------------------------------------
5 files changed, 486 insertions(+), 439 deletions(-)
create mode 100644 hw/audio/hda-codec-common.h
next reply other threads:[~2013-09-24 8:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-24 8:38 Gerd Hoffmann [this message]
2013-09-24 8:39 ` [Qemu-devel] [PATCH 1/4] audio maintainers update Gerd Hoffmann
2013-09-24 8:39 ` [Qemu-devel] [PATCH 2/4] hda-codec: refactor common definitions into a header file Gerd Hoffmann
2013-09-24 8:39 ` [Qemu-devel] [PATCH 3/4] hda-codec: make mixemu selectable at runtime Gerd Hoffmann
2013-09-24 8:39 ` [Qemu-devel] [PATCH 4/4] audio: remove CONFIG_MIXEMU configure option Gerd Hoffmann
-- strict thread matches above, loose matches on Subject: below --
2013-12-09 14:06 [Qemu-devel] [PULL 0/4] audio patch queue Gerd Hoffmann
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=1380011943-15083-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=bsd@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).