Re: [Alsa-devel] [2.6 patch] fix sound/isa/gus/interwave.c compile with PNP=n

2005-02-10 Thread Takashi Iwai
At Sun, 6 Feb 2005 19:44:21 +0100, Adrian Bunk wrote: > > Emmanuel Colbus sent this patch one month ago with the following > description: > > There is a trivial bug in the file sound/isa/gus/interwave.c . > The variable isapnp is defined only if CONFIG_PNP is enabled, but it is > always used few

[2.6 patch] fix sound/isa/gus/interwave.c compile with PNP=n

2005-02-06 Thread Adrian Bunk
Emmanuel Colbus sent this patch one month ago with the following description: There is a trivial bug in the file sound/isa/gus/interwave.c . The variable isapnp is defined only if CONFIG_PNP is enabled, but it is always used few lines after. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- a/