From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42147) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHqa0-0001ar-1o for qemu-devel@nongnu.org; Fri, 06 Sep 2013 03:35:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHqZz-0002Q0-1z for qemu-devel@nongnu.org; Fri, 06 Sep 2013 03:35:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHqZy-0002Pu-NJ for qemu-devel@nongnu.org; Fri, 06 Sep 2013 03:35:42 -0400 Message-ID: <1378452932.13048.13.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 06 Sep 2013 09:35:32 +0200 In-Reply-To: <1378419871-31895-4-git-send-email-bsd@redhat.com> References: <1378419871-31895-1-git-send-email-bsd@redhat.com> <1378419871-31895-4-git-send-email-bsd@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/3] audio: remove CONFIG_MIXEMU configure option and enable mixemu by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bandan Das Cc: Paolo Bonzini , "Vassili Karpov (malc)" , qemu-devel@nongnu.org, Jan Kiszka , Markus Armbruster On Do, 2013-09-05 at 18:24 -0400, Bandan Das wrote: > Set mixer property to on by default. The "by default" in the commit message is a bit misleading. There is no default any more once CONFIG_MIXEMU is gone ... > Also, always include two versions > of devices (with and without mixemu) so that user can select one of > them at runtime. That applies to hda audio only, and it's patch #2 actually implementing that (for the CONFIG_MIXEMU=y case). cheers, Gerd