From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936253AbYBCJKo (ORCPT ); Sun, 3 Feb 2008 04:10:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754429AbYBCJKa (ORCPT ); Sun, 3 Feb 2008 04:10:30 -0500 Received: from ns.suse.de ([195.135.220.2]:33569 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753281AbYBCJK2 (ORCPT ); Sun, 3 Feb 2008 04:10:28 -0500 Date: Sun, 03 Feb 2008 10:10:27 +0100 Message-ID: From: Takashi Iwai To: Li Zefan Cc: LKML Subject: Re: latest git compile error in sound/drivers/opl3/opl3_synth.c In-Reply-To: <47A55176.8050004@cn.fujitsu.com> References: <47A55176.8050004@cn.fujitsu.com> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Sun, 03 Feb 2008 13:30:30 +0800, Li Zefan wrote: > > > sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_find_patch': > sound/drivers/opl3/opl3_synth.c:308: error: 'OPL3_PATCH_HASH_SIZE' undeclared (first use in this function) > sound/drivers/opl3/opl3_synth.c:308: error: (Each undeclared identifier is reported only once > sound/drivers/opl3/opl3_synth.c:308: error: for each function it appears in.) > sound/drivers/opl3/opl3_synth.c:311: error: 'struct snd_opl3' has no member named 'patch_table' > sound/drivers/opl3/opl3_synth.c:323: error: 'struct snd_opl3' has no member named 'patch_table' > sound/drivers/opl3/opl3_synth.c:324: error: 'struct snd_opl3' has no member named 'patch_table' > sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_clear_patches': > sound/drivers/opl3/opl3_synth.c:335: error: 'OPL3_PATCH_HASH_SIZE' undeclared (first use in this function) > sound/drivers/opl3/opl3_synth.c:337: error: 'struct snd_opl3' has no member named 'patch_table' > sound/drivers/opl3/opl3_synth.c:342: error: 'struct snd_opl3' has no member named 'patch_table' > sound/drivers/opl3/opl3_synth.c:342: error: 'struct snd_opl3' has no member named 'patch_table' > > seems it's caused by the following config options: > # CONFIG_SND_SEQUENCER is not set > CONFIG_SND_OPL3_LIB=m Thanks, it's already fixed on ALSA tree for the next push. http://lkml.org/lkml/2008/2/1/152 Takashi