From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750718AbVKWLxJ (ORCPT ); Wed, 23 Nov 2005 06:53:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750751AbVKWLxI (ORCPT ); Wed, 23 Nov 2005 06:53:08 -0500 Received: from cantor2.suse.de ([195.135.220.15]:30157 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1750718AbVKWLxH (ORCPT ); Wed, 23 Nov 2005 06:53:07 -0500 Date: Wed, 23 Nov 2005 12:53:06 +0100 Message-ID: From: Takashi Iwai To: Adrian Bunk Cc: perex@suse.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [Alsa-devel] [2.6 patch] sound/: possible cleanups In-Reply-To: <20051123004406.GF3963@stusta.de> References: <20051123004406.GF3963@stusta.de> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta18) (chestnut) (+CVS-20041021) (i386-suse-linux) 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 X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 23 Nov 2005 01:44:06 +0100, Adrian Bunk wrote: > > This patch contains the following possible cleanups: > - core/init.c: make the needlessly global snd_generic_device_release() > static > - pci/hda/hda_proc.c should #include "hda_local.h" for including the > prototype of it's global function snd_hda_codec_proc_new() > - core/rawmidi.c: make the needlessly global and EXPORT_SYMBOL'ed > function snd_rawmidi_info() static > > > Signed-off-by: Adrian Bunk Thanks. I'll apply manually to the latest ALSA tree since the ALSA kernel code has been changed very much since ALSA-1.0.10 release. Takashi