From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOO9O-0001pz-Uv for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:39:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOO9H-0001gR-3p for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:39:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOO9G-0001gC-SK for qemu-devel@nongnu.org; Tue, 24 Sep 2013 04:39:11 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8O8dAXV018330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 24 Sep 2013 04:39:10 -0400 From: Gerd Hoffmann Date: Tue, 24 Sep 2013 10:38:59 +0200 Message-Id: <1380011943-15083-1-git-send-email-kraxel@redhat.com> 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: Bandan Das , Gerd Hoffmann 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