From: Tobin Davis <tdavis@dsl-only.net>
To: Lee Revell <rlrevell@joe-job.com>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: Patch to fix build issues on Mandriva 2006 (2.6.12-12mdk)
Date: Sat, 21 Oct 2006 14:13:49 -0700 [thread overview]
Message-ID: <1161465229.26400.72.camel@razman> (raw)
In-Reply-To: <1161463377.20231.0.camel@mindpipe>
I suppose it could, but what's the point? If devfs has been removed in
newer kernels, then it won't be defined, right? Adding a kernel wrapper
would be inefficient, plus it would be harder to contain vendor kernels
that still implement devfs for compatibility.
Tobin
On Sat, 2006-10-21 at 16:42 -0400, Lee Revell wrote:
> On Sat, 2006-10-21 at 12:47 -0700, Tobin Davis wrote:
> >
> > static int cards_limit = 1;
> > +#ifdef CONFIG_DEVFS_FS
> > +static int device_mode = S_IFCHR | S_IRUGO | S_IWUGO;
> > ++static struct snd_minor *mptr;
> > +#endif
> >
>
> Shouldn't this be wrapped in a version check or something? Devfs has
> been removed from recent kernels.
>
> Lee
>
--
Tobin Davis <tdavis@dsl-only.net>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
next prev parent reply other threads:[~2006-10-21 21:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-21 19:47 Patch to fix build issues on Mandriva 2006 (2.6.12-12mdk) Tobin Davis
2006-10-21 20:42 ` Lee Revell
2006-10-21 21:13 ` Tobin Davis [this message]
2006-10-23 11:01 ` Takashi Iwai
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=1161465229.26400.72.camel@razman \
--to=tdavis@dsl-only.net \
--cc=alsa-devel@lists.sourceforge.net \
--cc=rlrevell@joe-job.com \
/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.