From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261376AbUKOAGD (ORCPT ); Sun, 14 Nov 2004 19:06:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261378AbUKOAGD (ORCPT ); Sun, 14 Nov 2004 19:06:03 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:28849 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S261376AbUKOAF7 (ORCPT ); Sun, 14 Nov 2004 19:05:59 -0500 Message-ID: <4197F2D9.8050409@pobox.com> Date: Sun, 14 Nov 2004 19:05:45 -0500 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Cox CC: Adrian Bunk , Linux Kernel Mailing List Subject: Re: [2.6 patch] OSS via82cxxx_audio.c: enable procfs code References: <20041114022446.GK2249@stusta.de> <1100468548.25615.2.camel@localhost.localdomain> In-Reply-To: <1100468548.25615.2.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alan Cox wrote: > On Sul, 2004-11-14 at 02:24, Adrian Bunk wrote: > >>The patch below enables the procfs code in sound/oss/via82cxxx_audio.c >>if CONFIG_PROC_FS=y. > > > I don't see what needs fixing here. Generally the /proc file shouldnt > exist Existing procfs code in via82cxxx_audio is never enabled, due to removal of CONFIG_SOUND_VIA82CXXX_PROCFS: #if defined(CONFIG_PROC_FS) && \ defined(CONFIG_SOUND_VIA82CXXX_PROCFS) #define VIA_PROC_FS 1 #endif However, I don't mind if someone removes the procfs code completely. Jeff