All of lore.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <willy@w.ods.org>
To: Erik Andersen <andersen@codepoet.org>,
	David van Hoose <davidvh@cox.net>,
	Marc-Christian Petersen <m.c.p@wolk-project.de>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: ALSA and 2.4.x
Date: Wed, 30 Apr 2003 22:36:47 +0200	[thread overview]
Message-ID: <20030430203647.GA7356@alpha.home.local> (raw)
In-Reply-To: <20030430202238.GA20412@codepoet.org>

Hi !

I add to fix it too, and I sent the patch to Erik privately but it
was not clear that it would indeed fix this problem. It comes from
sound_core.c not including adriver.h which contains the compat code.

Here is a simple patch which works for me.

cheers,
willy

--- ./sound/sound_core.c.orig	Wed Apr 30 15:11:14 2003
+++ ./sound/sound_core.c	Wed Apr 30 15:11:52 2003
@@ -45,6 +45,7 @@
 #include <linux/major.h>
 #include <linux/kmod.h>
 #include <linux/devfs_fs_kernel.h>
+#include <sound/driver.h>
 
 #define SOUND_STEP 16
 
On Wed, Apr 30, 2003 at 02:22:39PM -0600, Erik Andersen wrote:
> On Wed Apr 30, 2003 at 03:07:43PM -0500, David van Hoose wrote:
> > I'm getting an unresolved in soundcore.o that is preventing me from 
> > having sound.
> > /lib/modules/2.4.21-rc1/kernel/sound/soundcore.o: unresolved symbol 
> > devfs_remove
> > /lib/modules/2.4.21-rc1/kernel/sound/soundcore.o: insmod 
> > /lib/modules/2.4.21-rc1/kernel/sound/soundcore.o failed
> > /lib/modules/2.4.21-rc1/kernel/sound/soundcore.o: insmod snd-card-0 failed
> > 
> 
> It compiles for me, but I don't use devfs.  Perhaps there is
> a problem with the compatibility code in include/sound/adriver.h
> 
> > Can that be fixed?
> 
> I am certain it can.  But since it works for me and since I am
> moving this week (lots of packing to do) it may not be till sometime
> next week before I get the time to work further on it.

  reply	other threads:[~2003-04-30 20:24 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-24 21:25 ALSA and 2.4.x Erik Andersen
2003-04-25  3:40 ` David van Hoose
2003-04-25 12:01 ` Marc-Christian Petersen
2003-04-25 12:10   ` Marc-Christian Petersen
2003-04-30  9:02     ` Erik Andersen
2003-04-30 20:07       ` David van Hoose
2003-04-30 20:22         ` Erik Andersen
2003-04-30 20:36           ` Willy Tarreau [this message]
2003-04-30 20:50         ` Erik Andersen
2003-05-01  0:09           ` David van Hoose
2003-04-25 12:24   ` Erik Andersen
  -- strict thread matches above, loose matches on Subject: below --
2003-04-24 13:35 David van Hoose
2003-04-24 13:43 ` Marc-Christian Petersen
2003-04-24 13:56   ` Maciej Soltysiak
2003-04-24 13:49 ` Con Kolivas

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=20030430203647.GA7356@alpha.home.local \
    --to=willy@w.ods.org \
    --cc=andersen@codepoet.org \
    --cc=davidvh@cox.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.c.p@wolk-project.de \
    /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.