All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Andrew Gaydenko <a@etver.com>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: build error in pcm_native.c
Date: Fri, 16 Jul 2004 12:28:45 +0200	[thread overview]
Message-ID: <s5hn0206yaq.wl@alsa2.suse.de> (raw)
In-Reply-To: <200407161414.54729@goldspace.net>

[-- Attachment #1: Type: text/plain, Size: 466 bytes --]

At Fri, 16 Jul 2004 14:14:54 +0400,
Andrew Gaydenko wrote:
> 
> There are no uncommented strings for this macro. The only is:
> 
> /* #undef CONFIG_OLD_REMAP_PAGE_RANGE */

Well then configure script couldn't detect it.
Please try the attached patch.


> Andrew
> 
> P.S. Must I reply to tiwai@suse.de or alsa-devel@lists.sourceforge.net
>      or both?

Both please.  Otherwise the information won't go outside.
I don't like to keep such things secret :)


Takashi

[-- Attachment #2: Type: text/plain, Size: 831 bytes --]

Index: alsa-driver/configure.in
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-driver/configure.in,v
retrieving revision 1.184
diff -u -r1.184 configure.in
--- alsa-driver/configure.in	15 Jul 2004 15:04:36 -0000	1.184
+++ alsa-driver/configure.in	16 Jul 2004 10:27:35 -0000
@@ -1306,8 +1306,10 @@
 #include "$CONFIG_SND_KERNELDIR/include/linux/config.h"
 #include "$CONFIG_SND_KERNELDIR/include/linux/mm.h"
 ],[
-  void * (*func)(struct vm_area_struct *, unsigned long, unsigned long, unsigned long, pgprot_t);
+  int (*func)(struct vm_area_struct *, unsigned long, unsigned long, unsigned long, pgprot_t);
+  pgprot_t p;
   func = remap_page_range;
+  remap_page_range(NULL, 0, 0, 0, p);
 ],
     AC_MSG_RESULT("yes");new_remap="0",
     AC_MSG_RESULT("no");new_remap="1",

  parent reply	other threads:[~2004-07-16 10:28 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-16  9:57 build error in pcm_native.c Andrew Gaydenko
2004-07-16 10:08 ` Takashi Iwai
     [not found]   ` <200407161414.54729@goldspace.net>
2004-07-16 10:28     ` Takashi Iwai [this message]
2004-07-16 10:41       ` Andrew Gaydenko
2004-07-16 12:21         ` Takashi Iwai
2004-07-16 12:57           ` Andrew Gaydenko
2004-07-16 13:08             ` Takashi Iwai
2004-07-16 13:15               ` Takashi Iwai
2004-07-16 13:42                 ` Andrew Gaydenko
2004-07-16 13:37       ` Clemens Ladisch
  -- strict thread matches above, loose matches on Subject: below --
2004-07-16 10:26 Andrew Gaydenko
2004-07-16  9:27 Andrew Gaydenko
2004-07-15 18:09 Andrew Gaydenko
2004-07-16  9:22 ` Takashi Iwai
     [not found]   ` <200407161325.45484@goldspace.net>
2004-07-16  9:44     ` Takashi Iwai
2004-07-16  9:56       ` Andrew Gaydenko

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=s5hn0206yaq.wl@alsa2.suse.de \
    --to=tiwai@suse.de \
    --cc=a@etver.com \
    --cc=alsa-devel@lists.sourceforge.net \
    /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.