qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] The windows 7 audio support patch series.
@ 2010-10-27 16:04 Gerd Hoffmann
  2010-10-27 16:04 ` [Qemu-devel] [PATCH 1/6] pa: allow processing buffer pieces Gerd Hoffmann
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Gerd Hoffmann @ 2010-10-27 16:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series brings a bunch of pulseaudio tweaks and two new sound
devices.  Number one is the slightly improved usb-audio patch which was
originally created by hpa.  Number two is a virtual HD Audio controller
with HDA codecs.

The patches are also available in the git repository at:

  git://anongit.freedesktop.org/spice/qemu audio.2

enjoy,

  Gerd

Gerd Hoffmann (5):
  pa: allow processing buffer pieces
  pa: process 1/4 buffer max at once
  pa: setup buffer attrs
  pa: tweak config
  Add Intel HD Audio support to qemu.

H. Peter Anvin (1):
  Add support for a USB audio device model

 Makefile.objs       |    3 +-
 audio/paaudio.c     |   44 +--
 hw/hda-audio.c      |  820 +++++++++++++++++++++++++++++++++++++++
 hw/intel-hda-defs.h |  717 ++++++++++++++++++++++++++++++++++
 hw/intel-hda.c      | 1071 +++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/intel-hda.h      |   61 +++
 hw/usb-audio.c      |  758 ++++++++++++++++++++++++++++++++++++
 hw/usb-net.c        |    3 -
 hw/usb.h            |    7 +
 9 files changed, 3457 insertions(+), 27 deletions(-)
 create mode 100644 hw/hda-audio.c
 create mode 100644 hw/intel-hda-defs.h
 create mode 100644 hw/intel-hda.c
 create mode 100644 hw/intel-hda.h
 create mode 100644 hw/usb-audio.c

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-10-28 22:21 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 16:04 [Qemu-devel] [PATCH 0/6] The windows 7 audio support patch series Gerd Hoffmann
2010-10-27 16:04 ` [Qemu-devel] [PATCH 1/6] pa: allow processing buffer pieces Gerd Hoffmann
2010-10-27 16:04 ` [Qemu-devel] [PATCH 2/6] pa: process 1/4 buffer max at once Gerd Hoffmann
2010-10-27 16:04 ` [Qemu-devel] [PATCH 3/6] pa: setup buffer attrs Gerd Hoffmann
2010-10-27 16:04 ` [Qemu-devel] [PATCH 4/6] pa: tweak config Gerd Hoffmann
2010-10-27 16:04 ` [Qemu-devel] [PATCH 5/6] Add support for a USB audio device model Gerd Hoffmann
2010-10-27 17:13   ` [Qemu-devel] " H. Peter Anvin
2010-10-28  8:01     ` Gerd Hoffmann
2010-10-28 15:23       ` H. Peter Anvin
2010-10-28 16:13         ` Gerd Hoffmann
2010-10-28 15:28       ` H. Peter Anvin
2010-10-28 15:29       ` H. Peter Anvin
2010-10-27 16:04 ` [Qemu-devel] [PATCH 6/6] Add Intel HD Audio support to qemu Gerd Hoffmann
2010-10-27 17:46 ` [Qemu-devel] [PATCH 0/6] The windows 7 audio support patch series malc
2010-10-27 17:51   ` malc
2010-10-28  8:47   ` Gerd Hoffmann
2010-10-28  9:46     ` malc
2010-10-28 10:06       ` malc
2010-10-28 10:06       ` Gerd Hoffmann
2010-10-28 22:21       ` Gerd Hoffmann

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).