Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753646Ab0GUNDN (ORCPT ); Wed, 21 Jul 2010 09:03:13 -0400 Received: from cantor.suse.de ([195.135.220.2]:51796 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751106Ab0GUNDM (ORCPT ); Wed, 21 Jul 2010 09:03:12 -0400 Date: Wed, 21 Jul 2010 15:03:08 +0200 Message-ID: From: Takashi Iwai To: Christian Dietrich Cc: Jaroslav Kysela , Julia Lawall , Tejun Heo , linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, vamos-dev@i4.informatik.uni-erlangen.de Subject: Re: [PATCH 1/3] sound/oss: Remove dead CONFIG_SOFTOSS* In-Reply-To: <73dd840e90ee81c76a765e4aa3ed3b90a88b2e2e.1279708102.git.qy03fugy@stud.informatik.uni-erlangen.de> References: <73dd840e90ee81c76a765e4aa3ed3b90a88b2e2e.1279708102.git.qy03fugy@stud.informatik.uni-erlangen.de> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1111 Lines: 39 At Wed, 21 Jul 2010 14:35:17 +0200, Christian Dietrich wrote: > > CONFIG_SOFTOSS* doesn't exist in Kconfig or somewhere > else, therefore removing all references for it from the source code. > > Signed-off-by: Christian Dietrich Applied this one. Thanks. Takashi > --- > sound/oss/vidc.c | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/sound/oss/vidc.c b/sound/oss/vidc.c > index ac39a53..f0e0caa 100644 > --- a/sound/oss/vidc.c > +++ b/sound/oss/vidc.c > @@ -491,9 +491,6 @@ static void __init attach_vidc(struct address_info *hw_config) > vidc_adev = adev; > vidc_mixer_set(SOUND_MIXER_VOLUME, (85 | 85 << 8)); > > -#if defined(CONFIG_SOUND_SOFTOSS) || defined(CONFIG_SOUND_SOFTOSS_MODULE) > - softoss_dev = adev; > -#endif > return; > > irq_failed: > -- > 1.7.0.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/