From: Takashi Iwai <tiwai@suse.de>
To: Melchior FRANZ <a8603365@unet.univie.ac.at>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.5.17: compile error: sound/driver/opl3/opl3_oss.c
Date: Tue, 21 May 2002 15:47:45 +0200 [thread overview]
Message-ID: <s5h661hhata.wl@alsa2.suse.de> (raw)
In-Reply-To: <200205211205.09824@pflug3.gphy.univie.ac.at>
[-- Attachment #1: Type: text/plain, Size: 284 bytes --]
At Tue, 21 May 2002 12:05:08 +0200,
Melchior FRANZ wrote:
>
> This is now the third or fourth kernel in a row that exhibits the same
> compile error. The configuration is as follows:
this was fixed on alsa cvs.
please try the attached patch (applied under $KENREL/sound).
Takashi
[-- Attachment #2: opl3-makefile.dif --]
[-- Type: application/octet-stream, Size: 719 bytes --]
Index: drivers/opl3/Makefile
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/drivers/opl3/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- drivers/opl3/Makefile 26 Apr 2002 14:04:39 -0000 1.6
+++ drivers/opl3/Makefile 21 May 2002 13:22:10 -0000 1.7
@@ -8,9 +8,11 @@
export-objs := opl3_lib.o
snd-opl3-lib-objs := opl3_lib.o opl3_synth.o
-snd-opl3-synth-objs := opl3_seq.o opl3_midi.o opl3_drums.o
ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
+snd-opl3-synth-objs := opl3_seq.o opl3_midi.o opl3_drums.o
+ifeq ($(CONFIG_SND_OSSEMUL),y)
snd-opl3-synth-objs += opl3_oss.o
+endif
endif
# Toplevel Module Dependency
next prev parent reply other threads:[~2002-05-21 13:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-21 10:05 Linux 2.5.17: compile error: sound/driver/opl3/opl3_oss.c Melchior FRANZ
2002-05-21 13:47 ` Takashi Iwai [this message]
2002-05-21 16:04 ` Melchior FRANZ
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s5h661hhata.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=a8603365@unet.univie.ac.at \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.