qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] The windows 7 audio support patch series.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/6] The windows 7 audio support patch series.
Date: Wed, 27 Oct 2010 18:04:29 +0200

  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]