From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXYZF-0004t9-LP for qemu-devel@nongnu.org; Wed, 01 May 2013 11:03:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXYZD-00051J-KN for qemu-devel@nongnu.org; Wed, 01 May 2013 11:03:37 -0400 Received: from mail-yh0-x22f.google.com ([2607:f8b0:4002:c01::22f]:50734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXYZD-0004zC-GB for qemu-devel@nongnu.org; Wed, 01 May 2013 11:03:35 -0400 Received: by mail-yh0-f47.google.com with SMTP id f64so295656yha.34 for ; Wed, 01 May 2013 08:03:34 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51812EB5.7080209@redhat.com> Date: Wed, 01 May 2013 17:03:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5181234A.6060504@web.de> In-Reply-To: <5181234A.6060504@web.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] audio: Enable all cards List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , malc , qemu-devel Il 01/05/2013 16:14, Jan Kiszka ha scritto: > From: Jan Kiszka > > ...or they will bitrot to death. > > Signed-off-by: Jan Kiszka > --- > default-configs/sound.mak | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) I agree. I didn't want to change the default without hearing from malc, but it's a good idea. Paolo > diff --git a/default-configs/sound.mak b/default-configs/sound.mak > index ff69c4d..4f22c34 100644 > --- a/default-configs/sound.mak > +++ b/default-configs/sound.mak > @@ -1,4 +1,4 @@ > CONFIG_SB16=y > -#CONFIG_ADLIB=y > -#CONFIG_GUS=y > -#CONFIG_CS4231A=y > +CONFIG_ADLIB=y > +CONFIG_GUS=y > +CONFIG_CS4231A=y >