From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq1Tg-0003MU-I6 for qemu-devel@nongnu.org; Mon, 09 Dec 2013 09:06:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq1Ta-00024i-PT for qemu-devel@nongnu.org; Mon, 09 Dec 2013 09:06:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq1Ta-00024a-Fl for qemu-devel@nongnu.org; Mon, 09 Dec 2013 09:06:22 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rB9E6LnY030943 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 9 Dec 2013 09:06:21 -0500 From: Gerd Hoffmann Date: Mon, 9 Dec 2013 15:06:10 +0100 Message-Id: <1386597974-26506-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/4] audio patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the audio patch queue. please pull, Gerd The following changes since commit a1d22a367d5780c9553b2cd5a24f665534ce6ed6: target-cris: Use new qemu_ld/st opcodes (2013-12-08 09:36:02 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-audio-1 for you to fetch changes up to d58ce68a454e5ae9cbde0308def379e272f13b10: intel-hda: fix position buffer (2013-12-09 09:19:26 +0100) ---------------------------------------------------------------- Change audio wakeup rate from 250 Hz to 100 Hz. Emulation bugfixes for intel-hda and adlib. ---------------------------------------------------------------- Gerd Hoffmann (2): audio: adjust pulse to 100Hz wakeup rate intel-hda: fix position buffer Hans de Goede (1): audio: Lower default wakeup rate to 100 times / second Paolo Bonzini (1): adlib: fix patching of port I/O addresses audio/audio.c | 2 +- audio/paaudio.c | 8 ++++---- hw/audio/adlib.c | 4 ++-- hw/audio/intel-hda.c | 1 + 4 files changed, 8 insertions(+), 7 deletions(-)